first commit
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
backend/.venv/
|
||||
backend/__pycache__/
|
||||
backend/**/__pycache__/
|
||||
backend/db.sqlite3
|
||||
backend/media/
|
||||
backend/staticfiles/
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
*.log
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user