mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-22 06:48:45 +00:00
no log: Update .gitignore
This commit is contained in:
parent
66d4648c66
commit
08712ec5ba
1 changed files with 8 additions and 12 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,15 +1,14 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
cachefile.dbm
|
cachefile.dbm
|
||||||
*.log
|
|
||||||
*.log.*
|
|
||||||
*.db
|
|
||||||
*.pyc
|
|
||||||
.idea/*
|
|
||||||
bazarr.pid
|
bazarr.pid
|
||||||
|
|
||||||
/venv
|
/venv
|
||||||
/data
|
/data
|
||||||
/bin
|
/bin
|
||||||
/.vscode
|
|
||||||
|
# IDE
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
# Middleware
|
# Middleware
|
||||||
VERSION
|
VERSION
|
||||||
|
@ -24,9 +23,6 @@ VERSION
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
node_modules
|
node_modules
|
||||||
frontend/dist
|
/frontend/dist
|
||||||
frontend/*.local
|
/frontend/*.local
|
||||||
frontend/.eslintcache
|
/frontend/build
|
||||||
frontend/.idea/*
|
|
||||||
frontend/**/*.map
|
|
||||||
frontend/build
|
|
||||||
|
|
Loading…
Reference in a new issue