From f646ba93022491dfc9da75022285f49a285da82a Mon Sep 17 00:00:00 2001 From: Branson Stephens <branson.stephens@ligo.org> Date: Tue, 22 Jul 2014 12:07:29 -0500 Subject: [PATCH] Fixed git ignore file to ignore collected static content. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2af83af53..c1b5e2402 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ *.pyc django-*.wsgi static-collected +static/admin/ +static/rest_framework/ -- GitLab