fixes
This commit is contained in:
29
dbapp/.dockerignore
Normal file
29
dbapp/.dockerignore
Normal file
@@ -0,0 +1,29 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
.pytest_cache
|
||||
.coverage
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.env
|
||||
.DS_Store
|
||||
.settings
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
__pycache__/
|
||||
*.so
|
||||
.Python
|
||||
.coverage
|
||||
.pytest_cache
|
||||
.venv
|
||||
venv/
|
||||
env/
|
||||
.pyre/
|
||||
node_modules/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user