bazarr/.gitignore

23 lines
201 B
Plaintext
Raw Normal View History

2017-09-16 01:33:49 +00:00
*.pyc
2017-09-17 00:11:47 +00:00
cachefile.dbm
2017-10-16 23:27:19 +00:00
*.log
*.log.*
2017-10-16 23:57:38 +00:00
*.db
*.pyc
.idea/*
bazarr.pid
2018-10-18 21:28:38 +00:00
/venv
/data
2021-02-05 03:35:27 +00:00
/bin
2020-05-03 15:25:51 +00:00
/.vscode
# Allow
2021-03-25 14:22:43 +00:00
!*.dll
# Frontend
node_modules
frontend/dist
frontend/*.local
frontend/.eslintcache
frontend/.idea/*