1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-22 07:42:32 +00:00
bazarr/.gitignore

28 lines
270 B
Text

*.pyc
cachefile.dbm
*.log
*.log.*
*.db
*.pyc
.idea/*
bazarr.pid
/venv
/data
/bin
/.vscode
# CI
/__builds__
/package.json
/package-lock.json
# Allow
!*.dll
# Frontend
node_modules
frontend/dist
frontend/*.local
frontend/.eslintcache
frontend/.idea/*
frontend/**/*.map