Update .gitignore

ignore anything in screenshots or loot folders
This commit is contained in:
Chris Gates
2018-04-20 22:10:33 -04:00
committed by GitHub
parent 6c6359476f
commit c410571468

4
.gitignore vendored
View File

@@ -5,6 +5,10 @@ config.py
*.db
*.sqlite
# anything in loot/* or screenshots/*
loot/*
screenshots/*
# Docs r generated
docs/*.html