From 08712ec5bae871a2d0b3be52cd7862fff8156b78 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 9 May 2021 01:27:05 +0800 Subject: [PATCH] no log: Update .gitignore --- .gitignore | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 072eefb40..f26da6724 100644 --- a/.gitignore +++ b/.gitignore @@ -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