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
|
||||
cachefile.dbm
|
||||
*.log
|
||||
*.log.*
|
||||
*.db
|
||||
*.pyc
|
||||
.idea/*
|
||||
bazarr.pid
|
||||
|
||||
/venv
|
||||
/data
|
||||
/bin
|
||||
/.vscode
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Middleware
|
||||
VERSION
|
||||
|
@ -24,9 +23,6 @@ VERSION
|
|||
|
||||
# Frontend
|
||||
node_modules
|
||||
frontend/dist
|
||||
frontend/*.local
|
||||
frontend/.eslintcache
|
||||
frontend/.idea/*
|
||||
frontend/**/*.map
|
||||
frontend/build
|
||||
/frontend/dist
|
||||
/frontend/*.local
|
||||
/frontend/build
|
||||
|
|
Loading…
Reference in a new issue