Add .dockerignore
This commit is contained in:
parent
a66d770bef
commit
02d67bc0fb
1 changed files with 20 additions and 0 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
node_modules
|
||||||
|
npm-debug.log
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
README.md
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.DS_Store
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
.pytest_cache
|
||||||
|
.venv
|
||||||
|
venv
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
dist
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
.env*
|
||||||
|
!.env.example
|
||||||
Reference in a new issue