forked from dimagi/commcare-hq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (56 loc) · 785 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
51
52
53
54
55
56
57
58
59
60
61
*.pyc
*~
*.swp
/local.ini*
/localsettings*
/loadtest/test_scripts/localsettings.py
!localsettings.example.py
.settings/
.project
.pydevproject
.idea
xforms/
/data/
submissions/
/export/
/bower_components
bad/
*.log*
CommCare.ja*
startover.sh
celery.db
tmp.sh
/resource_versions.py
/loadtest/results/
/loadtest/localsettings.py
/loadtest/config.cfg
/staticfiles/
*.db
\#*\#
.DS_Store
app_builder_live_test/*/
app_builder_live_test/*-performance.txt
dump.rdb
**/less/*.css
/staticmedia*
.transifexrc
python_env
services
KEEP_UNTIL__*
submodules/formdesigner
submodules/vellum/Vellum
ptop*.txt
ptop*.json
/.coverage
/coverage-report
# Sphinx
docs/_build
celerybeat-schedule
# compiled translations
/locale/*/*/*.mo
.grunt
node_modules/
/sharedfiles/
docker/data
*.lock
fab/config.py