add excludes to gitignore

This commit is contained in:
Yannik Schmidt
2020-06-20 13:35:49 +02:00
parent 9d764ac987
commit ec333a0fb1

5
.gitignore vendored
View File

@@ -1,5 +1,8 @@
cache cache
*.sqlite *.sqlite*
*.dump
debug.py
*.json
*.sqlite.clean *.sqlite.clean
*.txt *.txt
*.log *.log