Ignore static dir in git

This commit is contained in:
Carl van Tonder 2018-09-22 22:47:18 -04:00
parent af9f522bef
commit 775f6982d1

1
.gitignore vendored
View File

@ -53,6 +53,7 @@ coverage.xml
# Django stuff: # Django stuff:
*.log *.log
local_settings.py local_settings.py
/static/
# Flask stuff: # Flask stuff:
instance/ instance/