forked from dimagi/commcare-hq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (62 loc) · 870 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
62
63
64
65
66
67
*.pyc
*.pyo
*~
*.swp
*.swo
/local.ini*
/localsettings*
/loadtest/test_scripts/localsettings.py
!localsettings.example.py
.settings/
.project
.pydevproject
.idea
xforms/
/data/
submissions/
/formplayer_build
/export/
/bower_components
bad/
*.log*
/CommCare.ja*
startover.sh
celery.db
tmp.sh
/resource_versions.yaml
/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
python_env-3.6
services
KEEP_UNTIL__*
formplayer.properties
formplayer.jar
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