Added docker ignore
This commit is contained in:
parent
df3c45224c
commit
c8fb0f2dd8
1 changed files with 37 additions and 0 deletions
37
.dockerignore
Normal file
37
.dockerignore
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
*.sqlite3
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.db
|
||||
*.log
|
||||
*.pot
|
||||
*.mo
|
||||
*.swp
|
||||
*.yml
|
||||
.DS_Store
|
||||
.env
|
||||
.vscode/
|
||||
.idea/
|
||||
.git/
|
||||
.github/
|
||||
.gitignore
|
||||
.editorconfig
|
||||
.prettierrc
|
||||
.prettierignore
|
||||
.nx/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv/
|
||||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
celerybeat-schedule
|
||||
*.md
|
||||
*.bat
|
||||
notebooks/
|
||||
documents/
|
||||
models/
|
||||
eslint.config.mjs
|
||||
Loading…
Reference in a new issue