feat(v1): add basic backend and frontend
This commit is contained in:
8
backend/.dockerignore
Normal file
8
backend/.dockerignore
Normal file
@@ -0,0 +1,8 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
db.sqlite3
|
||||
media/
|
||||
staticfiles/
|
||||
.env
|
||||
.env.local
|
||||
Reference in New Issue
Block a user