-
-
Notifications
You must be signed in to change notification settings - Fork 217
/
.gitignore
93 lines (83 loc) · 1.21 KB
/
.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
*.pyc
*.pyo
*~
*.swp
*.swo
/local.ini*
/localsettings*
/loadtest/test_scripts/localsettings.py
!localsettings.example.py
.settings/
.project
.pydevproject
.idea
xforms/
/artifacts/
/data/
submissions/
/formplayer_build
/export/
bad/
*.log*
/CommCare.ja*
startover.sh
celery.db
tmp.sh
/requirements/local.in
/requirements/local*.txt
/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-*
services
KEEP_UNTIL__*
formplayer.properties
application.properties
formplayer.jar
.vscode/*
submodules/formdesigner
submodules/vellum/Vellum
ptop*.txt
ptop*.json
/.coverage
/coverage-report
/coverage-js
# pyenv
.python-version
# Sphinx
docs/_build
celerybeat-schedule
# compiled translations
/locale/*/*/*.mo
.grunt
node_modules/
/sharedfiles/
docker/data
*.lock
!couchviews.lock
!migrations.lock
!serializer-pickle-files.lock
!yarn.lock
fab/config.py
extensions/
# third-party js libraries
corehq/apps/hqwebapp/static/hqwebapp/js/lib/modernizr.js
# direnv
.envrc
.direnv
# webpack build related
/webpack/_build/
# ruff
ruff.toml