-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
79 lines (73 loc) · 917 Bytes
/
.dockerignore
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
# Build artifacts
__pycache__/
*.pyc
*.pyo
*~
*.[ao]
*.css.map
*.egg-info/
*.mo
*.pot
*.py[cod]
*.so
*$py.class
.eslintcache
.installed.cfg
.pytest_cache/
build/
local/
docs/_build/
dist/
htmlcov/
src/*/static/*/node_modules/
node_modules/
lib/.ipynb_checkpoints/
lib/dist/
lib/build/
lib/.cache/
lib/node_modules/
.ipynb_checkpoints/
.scannerwork/
.cache/
.git/
.gitattributes
.gitignore
.dockerignore
.pytest_cache/
.sass_cache/
.sass-cache/
.idea/
.atom/
.vscode/
.coverage
.env/
.tox/
.gitlab-ci.yml
.travis.yml
image.tar
# 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/
# Ignore e2e tests
e2e/
# ignore ruff (linter tool) cache folder
.ruff_cache