nun mal erste komplette Version mit API und Frontend (React !)
This commit is contained in:
20
api/.dockerignore
Normal file
20
api/.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
.git/
|
||||
.gitignore
|
||||
README.md
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
tests/
|
||||
*.db
|
||||
*.sqlite
|
||||
Reference in New Issue
Block a user