no log: Update .gitignore

pull/1405/head
LASER-Yi 3 years ago
parent 66d4648c66
commit 08712ec5ba

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…
Cancel
Save