init
This commit is contained in:
15
backend-django/.gitignore
vendored
Normal file
15
backend-django/.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/venv/
|
||||
/frontend/.vscode
|
||||
env/
|
||||
venv/
|
||||
node_modules
|
||||
dist
|
||||
static
|
||||
doc
|
||||
staticfiles/
|
||||
.idea/
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
__pycache__
|
||||
.history
|
||||
staticfiles
|
||||
Reference in New Issue
Block a user