chore: update .gitignore
This commit is contained in:
+14
-5
@@ -1,4 +1,3 @@
|
|||||||
.DS_Store
|
|
||||||
node_modules/
|
node_modules/
|
||||||
/dist
|
/dist
|
||||||
|
|
||||||
@@ -7,7 +6,6 @@ selenium-debug.log
|
|||||||
chromedriver.log
|
chromedriver.log
|
||||||
geckodriver.log
|
geckodriver.log
|
||||||
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
@@ -18,13 +16,24 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
|
|
||||||
# Editor directories and files
|
# OS or Editor folders
|
||||||
|
._*
|
||||||
|
.cache
|
||||||
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.project
|
||||||
|
.settings
|
||||||
|
.tmproj
|
||||||
|
*.esproj
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
nbproject
|
||||||
|
Thumbs.db
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
__old
|
*.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user