better local dev setup

This commit is contained in:
Simon
2024-12-21 09:57:20 +07:00
parent dfe8fe2ac0
commit 9e796019d2
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@@ -3,8 +3,8 @@ __pycache__
.venv
# django testing
**/static/volume
**/.env
backend/static
backend/.env
# vscode custom conf
.vscode