-
Notifications
You must be signed in to change notification settings - Fork 52
/
.dockerignore
80 lines (69 loc) · 1.04 KB
/
.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
80
# Cache files
**/*.egg-info
**/*.pyc
.coverage
.mypy_cache
.pytest_cache
.ropeproject
**/.sass-cache
**/.webassets-cache
**/__pycache__
.webpack_cache
.cache
# MacOS file
**/.DS_Store
# Assets and static files
funnel/static/build
funnel/static/img/fa5-packed.svg
**/node_modules
**/*.packed.css
**/*.packed.js
**/baseframe-packed.*
# Download files
geoname_data/
download/
# Dependencies
build/dependencies
# Log and test files
error.log
error.log.*
ghostdriver.log
geckodriver.log
tests/cypress/screenshots
tests/cypress/videos
tests/screenshots
tests/unit/utils/md/data/output.html
coverage/
# Instance files that should not be checked-in
instance/development.py
instance/hasgeekapp.py
instance/production.py
instance/settings.py
instance/container_env
# Forbidden secrets
secrets.dev
secrets.test
newrelic.ini
.env
.env.*
# Local venvs (Idea creates them)
venv/
env/
.python-version
# Editors
.idea/
.vscode/
.project
.pydevproject
.settings
*.wpr
.vscode
*.sublime-workspace
# Versioning files
.git
# Local DBs
dump.rdb
test.db
*.bz2
*.gz
*.sql