From 140186e6083eb99849153f1a213826d5e055bce3 Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Sun, 31 May 2020 12:20:03 +0200 Subject: [PATCH] add staticfiles/ to gitignore to prevent accidental staticfile commits --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aa9a7b0..1472ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ static/js/bootstrap.bundle.min.js static/js/jquery.min.js static/fonts +staticfiles + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]