-
Notifications
You must be signed in to change notification settings - Fork 47
/
.dockerignore
86 lines (86 loc) · 913 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
80
81
82
83
84
85
86
**/*$py.class
**/*.DS_Store
**/*.cover
**/*.crt
**/*.css.map
**/*.dump
**/*.egg
**/*.egg-info/
**/*.js.map
**/*.key
**/*.log
**/*.manifest
**/*.md
**/*.mo
**/*.orig
**/*.pot
**/*.py[cod]
**/*.rst
**/*.sage.py
**/*.spec
**/*.sql
**/*.swo
**/*.swp
**/*~
**/Dockerfile
.Python
.cache
.coverage
.coverage.*
.devcontainer/
.dockerignore
.eggs/
.env
.git
.github/
.hypothesis/
.idea/
.installed.cfg
.livereload
.mypy_cache/
.nvmrc
.nyc_output/
.pytest_cache/
.python-version
.ropeproject
.spyderproject
.spyproject
.tox/
.venv
.vscode/
.yarn/
.yarnrc
ENV/
__pycache__/
build/
celerybeat-schedule
coverage.xml
coverage/
derrick
develop-eggs/
dist/
docker-compose.yml
docs/_build/
downloads/
dump.rdb
eggs/
env.example
env/
heroku.yml
htmlcov/
jscache/
lib64/
node_modules/
nosetests.xml
npm-debug.log
parts/
pip-delete-this-directory.txt
pip-log.txt
postgres/
sdist/
staticfiles/
var/
venv/
wheels/
yarn-error.log
sfdx/