-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
120 lines (94 loc) · 1.71 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Build artifacts
__pycache__/
*~
*.[ao]
*.css.map
*.egg-info/
*.mo
*.pot
*.py[cod]
*.so
*$py.class
.coverage
.eslintcache
.installed.cfg
.pytest_cache/
.sass-cache/
.tox/
venv/
build/
!lib/build/.gitkeep
docs/_build/
dist/
htmlcov/
node_modules/
# Database and secrets
db.sqlite3
local/
deploy/
ej/media/
# Editors and system specific files
*.sublime-workspace
.idea
.ropeproject
.vscode
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
*.DS_Store
.AppleDouble
.LSOverride
Desktop.ini
Session.vim
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
$RECYCLE.BIN/
# Added to maintain local compose files which are ignored by something above.
# See issue https://github.com/pydanny/cookiecutter-django/issues/1321
!/docker/local
!/docker/**/env
.cache/
dump.rdb
.ipynb_checkpoints/
*.mo
lib/assets/css/main*.css
# Themes
lib/assets/cpa
lib/assets/brasil-que-o-povo-quer
builds/
docker/base-images/requirements*.txt
docker/base-images/nginx.conf
# virtualenv
venv
Untitled.ipynb
*.orig
Untitle.ipynb
lib/js/*.js/
lib/js/legacy/comment-form-animation\.js
lib/js/legacy/dynamic-form\.js
lib/js/legacy/echarts\.min\.js
lib/js/legacy/file-input\.js
lib/js/legacy/fontScale\.js
lib/js/legacy/headerScroll\.js
lib/js/legacy/hicontrast\.js
lib/js/legacy/main\.js
lib/js/legacy/navigatorPush\.service\.js
lib/js/legacy/sitetour\.js
lib/js/legacy/slider-modalities-conversation\.js
lib/js/legacy/specific-pages\.js
lib/js/legacy/utils\.js
lib/js/legacy/utilsPushNotification\.js
lib/js/legacy/web-share\.js
profile.txt
ej_questions
.coverage .coverage.c3po.12402.283405 .coverage.c3po.12402.913692 .coveragerc
.coverage*
.scannerwork
lib/js/dependencies.js lib/js/utils.js
coverage.xml
cc-test-reporter
.mypy_cache
*.mo
.local.vimrc