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

View File

@@ -51,7 +51,9 @@ function sync_test {
--exclude "**/cache" \
--exclude "**/__pycache__/" \
--exclude "**/.pytest_cache/" \
--exclude "**/static/volume" \
--exclude "**/static/" \
--exclude "**/node_modules/" \
--exclude "**/.env" \
--exclude ".venv" \
--exclude "db.sqlite3" \
--exclude ".mypy_cache" \