Ignore static dir in git

This commit is contained in:
Carl van Tonder 2018-09-22 22:47:18 -04:00 committed by Naomi
parent a49c4224a9
commit 78b597166f

1
.gitignore vendored
View File

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