1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-04 10:28:15 +00:00
bazarr/.gitignore

29 lines
233 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
bazarr.pid
2021-05-09 01:27:05 +08:00
2018-10-18 23:28:38 +02:00
/venv
/data
2021-02-04 22:35:27 -05:00
/bin
2021-05-09 01:27:05 +08:00
# IDE
.idea
.vscode
2021-05-09 00:06:52 +08:00
# Middleware
VERSION
# CI
/__builds__
/package.json
/package-lock.json
# Allow
2021-03-25 22:22:43 +08:00
!*.dll
# Frontend
node_modules
2021-05-09 01:27:05 +08:00
/frontend/dist
/frontend/*.local
/frontend/build