update gitignore

This commit is contained in:
Yannik Schmidt
2020-09-30 07:08:48 +02:00
parent 868346ad90
commit 6bb4eed330

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.swp *.swp
*.sqlite
config.py config.py
*.txt *.txt
*.ncsv *.ncsv
@@ -11,3 +12,5 @@ __pychache__/
build/ build/
configparse_wrapper/ configparse_wrapper/
static/bootstrap/ static/bootstrap/
static/moment.js
*.exe