forked from ejplatform/ej-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
75 lines (66 loc) · 1.03 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
# 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/
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
# Ignore automatic migrations
src/*/migrations/*_auto_*.py
src/*/migrations/*_merge_*.py
# Themes
lib/assets/cpa
lib/assets/brasil-que-o-povo-quer
builds/
docker/base-images/requirements*.txt
docker/base-images/nginx.conf
# virtualenv
venv