mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-12-31 03:51:53 +08:00
22 lines
201 B
Text
22 lines
201 B
Text
*.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/*
|