bazarr/.gitignore

23 lines
201 B
Plaintext
Raw Normal View History

2017-09-16 09:33:49 +08:00
*.pyc
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
.idea/*
bazarr.pid
2018-10-19 05:28:38 +08:00
/venv
/data
2021-02-05 11:35:27 +08:00
/bin
2020-05-03 23:25:51 +08:00
/.vscode
# Allow
2021-03-25 22:22:43 +08:00
!*.dll
# Frontend
node_modules
frontend/dist
frontend/*.local
frontend/.eslintcache
frontend/.idea/*