bazarr/.gitignore
2021-03-25 10:31:08 -04:00

23 lines
201 B
Plaintext

*.pyc
cachefile.dbm
*.log
*.log.*
*.db
*.pyc
.idea/*
bazarr.pid
/venv
/data
/bin
/.vscode
# Allow
!*.dll
# Frontend
node_modules
frontend/dist
frontend/*.local
frontend/.eslintcache
frontend/.idea/*