1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-11 06:32:52 +00:00
bazarr/.gitignore

29 lines
270 B
Text
Raw Normal View History

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