Update .gitignore
ignore anything in screenshots or loot folders
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -5,6 +5,10 @@ config.py
|
|||||||
*.db
|
*.db
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
|
||||||
|
# anything in loot/* or screenshots/*
|
||||||
|
loot/*
|
||||||
|
screenshots/*
|
||||||
|
|
||||||
# Docs r generated
|
# Docs r generated
|
||||||
docs/*.html
|
docs/*.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user