ignore static files, docker ignore node_modules

This commit is contained in:
Simon 2025-05-10 23:39:00 +07:00
parent 6eb774be69
commit c5f212f520
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,13 @@
# Docker # Docker
.docker .docker
# Backend development
backend/static
backend/staticfiles
# Frontend development
frontend/node_modules
# Python # Python
tubearchivist/__pycache__/ tubearchivist/__pycache__/
tubearchivist/*/__pycache__/ tubearchivist/*/__pycache__/

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ __pycache__
# django testing # django testing
backend/static backend/static
backend/staticfiles
backend/.env backend/.env
# vscode custom conf # vscode custom conf