mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-02-19 06:20:13 +00:00
better local dev setup
This commit is contained in:
parent
dfe8fe2ac0
commit
9e796019d2
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" \
|
||||
|
Loading…
Reference in New Issue
Block a user