update gitignore for django

This commit is contained in:
2017-02-02 00:51:36 -05:00
parent efc5c220c5
commit 1ba6a282df

6
.gitignore vendored
View File

@@ -53,6 +53,8 @@ coverage.xml
*.log
local_settings.py
staticfiles
static/css
*/migrations
# Flask stuff:
instance/
@@ -78,6 +80,10 @@ celerybeat-schedule
# dotenv
.env
keys.sh
# sass
.sass-cache
# virtualenv
venv/