no log: Update .gitignore

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

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