From 7ed828d9a786f07759dfc60d00daf02fb0823401 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 2 Feb 2017 00:53:34 -0500 Subject: [PATCH] fix gitignore for css and migrations --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b30a862..c444b9b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,8 +53,8 @@ coverage.xml *.log local_settings.py staticfiles -static/css -*/migrations +css +migrations # Flask stuff: instance/