forked from Scifabric/webhooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (48 loc) · 773 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
*.egg-info
*.tox
.*.swp
*.pyc
*.db
settings_local.py
env/
doc/_build
*.un~
*.wsgi
*.noseids
*.swo
.DS_Store
*.coverage
alembic.ini
alembic-heroku.ini
pybossa/templates/custom_footer.html
pybossa/templates/home/_other_projects.html
pybossa/templates/home/custom_text.html
pybossa/templates/custom/*
_ga.html
_gcs.html
_gcs_form.html
dat/GeoLiteCity.dat
.ropeproject/
pybossa/static/globe/
pybossa/static/img/sloan.png
pybossa/static/img/sloan.png.png
pybossa/static/img/world.jpg
pybossa/static/js/d3.layout.cloud.js
pybossa/static/js/d3.v2.min.js
pybossa/static/js/raphael-min.js
pybossa/static/openlayers/
.idea/
.vagrant/
vagrant_env/
keys/*
*.pem
*.swm
*.swn
*.swl
*.log
log
*.sql
pybossa/themes/crowdcrafting-theme/
static/results.json
test/test_cache.py
settings.py