diff options
-rw-r--r-- | .gitignore | 20 |
1 files 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 |