From 1ba6a282df06a7977e9e5659356be6f70e33d177 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 2 Feb 2017 00:51:36 -0500 Subject: [PATCH] update gitignore for django --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 560a75d..b30a862 100644 --- a/.gitignore +++ b/.gitignore @@ -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/