From 812706e17065e9511634c6c37b8f4900b8873e31 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 22 May 2018 01:28:15 +0200 Subject: [PATCH] Ignore staticfiles --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5977a5c..1eadf19 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,5 @@ venv.bak/ # End of https://www.gitignore.io/api/pycharm+all,python,django + +staticfiles