From c410571468656c980568ad77791b2a4c79647b1b Mon Sep 17 00:00:00 2001 From: Chris Gates Date: Fri, 20 Apr 2018 22:10:33 -0400 Subject: [PATCH] Update .gitignore ignore anything in screenshots or loot folders --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fcb358b..5ee9a1d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ config.py *.db *.sqlite +# anything in loot/* or screenshots/* +loot/* +screenshots/* + # Docs r generated docs/*.html