bazarr/.gitignore

10 lines
173 B
Plaintext
Raw Normal View History

2017-09-16 09:33:49 +08:00
*.pyc
2017-10-20 20:59:21 +08:00
os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')
2017-09-17 08:11:47 +08:00
cachefile.dbm
2017-10-17 07:27:19 +08:00
*.log
*.log.*
2017-10-17 07:57:38 +08:00
*.db
*.pyc
2017-10-19 03:02:51 +08:00
*.pyc
2017-10-20 20:59:21 +08:00
os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')