vc: Add collected static files to .gitignore

This commit is contained in:
James Graham
2020-02-18 14:36:47 +00:00
parent bc713a9fe7
commit 026fc10999

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@
.vscode/ .vscode/
# Runtime # Runtime
/static/
venv/ venv/
*.pyc *.pyc