From b66d6635fcb4f4e688107c492a35c60a2303d31c Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 10 Aug 2020 11:31:21 +0200 Subject: [PATCH] Ignore only collected statics --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f97c7c6..94433be1 100644 --- a/.gitignore +++ b/.gitignore @@ -40,8 +40,8 @@ secrets.py map.json *.log backups/ -static/ -media/ +/static/ +/media/ # Virtualenv env/