mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 18:19:35 +00:00
ignore static files, docker ignore node_modules
This commit is contained in:
@@ -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
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user