This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
bazarr
mirror of
https://github.com/morpheus65535/bazarr
Watch
1
Star
0
Fork
You've already forked bazarr
0
Code
Issues
Releases
Wiki
Activity
747672efd9
bazarr
/
.gitignore
10 lines
173 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Git ignore
2017-09-16 01:33:49 +00:00
*.pyc
Use absolute path
2017-10-20 12:59:21 +00:00
os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')
Continuing development
2017-09-17 00:11:47 +00:00
cachefile.dbm
Continuig development
2017-10-16 23:27:19 +00:00
*.log
*.log.*
Update to gitignore
2017-10-16 23:57:38 +00:00
*.db
*.pyc
Removing unnecessary files
2017-10-18 19:02:51 +00:00
*.pyc
Use absolute path
2017-10-20 12:59:21 +00:00
os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')