yashxx07 commited on
Commit
d5984d0
·
verified ·
1 Parent(s): 10c440f

Update .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +28 -23
.dockerignore CHANGED
@@ -1,23 +1,28 @@
1
- __pycache__
2
- *.pyc
3
- *.pyo
4
- *.pyd
5
- .Python
6
- env/
7
- venv/
8
- pip-log.txt
9
- pip-delete-this-directory.txt
10
- .tox/
11
- .coverage
12
- .coverage.*
13
- .cache
14
- nosetests.xml
15
- coverage.xml
16
- *.cover
17
- *.log
18
- .git
19
- .gitignore
20
- .mypy_cache
21
- .pytest_cache
22
- .hypothesis
23
- .idea
 
 
 
 
 
 
1
+ **/.DS_Store
2
+ **/__pycache__
3
+ **/.venv
4
+ **/.classpath
5
+ **/.dockerignore
6
+ **/.env
7
+ **/.git
8
+ **/.gitignore
9
+ **/.project
10
+ **/.settings
11
+ **/.toolstarget
12
+ **/.vs
13
+ **/.vscode
14
+ **/*.*proj.user
15
+ **/*.dbmdl
16
+ **/*.jfm
17
+ **/bin
18
+ **/charts
19
+ **/docker-compose*
20
+ **/compose*
21
+ **/Dockerfile*
22
+ **/node_modules
23
+ **/npm-debug.log
24
+ **/obj
25
+ **/secrets.dev.yaml
26
+ **/values.dev.yaml
27
+ LICENSE
28
+ README.md