A
This commit is contained in:
parent
99777e1813
commit
2dbe05782d
1 changed files with 36 additions and 0 deletions
36
.dockerignore
Normal file
36
.dockerignore
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
*.sqlite3
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
*.db
|
||||||
|
*.log
|
||||||
|
*.pot
|
||||||
|
*.mo
|
||||||
|
*.swp
|
||||||
|
.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