mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:19:30 +00:00
better local dev setup
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,8 +3,8 @@ __pycache__
|
||||
.venv
|
||||
|
||||
# django testing
|
||||
**/static/volume
|
||||
**/.env
|
||||
backend/static
|
||||
backend/.env
|
||||
|
||||
# vscode custom conf
|
||||
.vscode
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user