diff --git a/.gitignore b/.gitignore index d115b875..5e6cf332 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.DS_Store node_modules/ /dist @@ -7,7 +6,6 @@ selenium-debug.log chromedriver.log geckodriver.log - # local env files .env.local .env.*.local @@ -18,13 +16,24 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* -# Editor directories and files +# OS or Editor folders +._* +.cache +.DS_Store .idea -.vscode +.project +.settings +.tmproj +*.esproj +*.sublime-project +*.sublime-workspace *.suo *.ntvs* *.njsproj *.sln *.sw? +nbproject +Thumbs.db +/.vscode/ -__old +*.zip