Skip to content

Commit 6cfdf88

Browse files
committed
chore: update .gitignore
1 parent 1867d95 commit 6cfdf88

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.gitignore

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.DS_Store
21
node_modules/
32
/dist
43

@@ -7,7 +6,6 @@ selenium-debug.log
76
chromedriver.log
87
geckodriver.log
98

10-
119
# local env files
1210
.env.local
1311
.env.*.local
@@ -18,13 +16,24 @@ yarn-debug.log*
1816
yarn-error.log*
1917
pnpm-debug.log*
2018

21-
# Editor directories and files
19+
# OS or Editor folders
20+
._*
21+
.cache
22+
.DS_Store
2223
.idea
23-
.vscode
24+
.project
25+
.settings
26+
.tmproj
27+
*.esproj
28+
*.sublime-project
29+
*.sublime-workspace
2430
*.suo
2531
*.ntvs*
2632
*.njsproj
2733
*.sln
2834
*.sw?
35+
nbproject
36+
Thumbs.db
37+
/.vscode/
2938

30-
__old
39+
*.zip

0 commit comments

Comments
 (0)