Git ignore modification

This commit is contained in:
Louis Vézina 2017-11-29 09:28:17 -05:00
parent a6197a09f2
commit e53a0dd332
1 changed files with 1 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,9 +1,7 @@
*.pyc
os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')
cachefile.dbm
*.log
*.log.*
*.db
*.pyc
*.pyc
os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')
.idea/*