From 50ca3098ae7a44e720cc4fc890ab8f75b30610f9 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 14 Aug 2021 23:08:55 +1000 Subject: [PATCH] adding in static content like icons, js and explicitly ignoring the parts of static we should: Bin, Import, Storage, upstream --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2d06d5..99a66bb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ storage/ images_to_process/ DB_BACKUP/ new_img_dir/ -static/* +static/Bin +static/Import +static/Storage +static/upstream