Skip to content

Commit 243f3b6

Browse files
committed
Update .gitignore
1 parent 6f93312 commit 243f3b6

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.gitignore

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
.DS_Store
1+
# Cache and IDE-related files
2+
.cache
23
.idea
34
.vscode
4-
.yarn/*
5-
!.yarn/releases
6-
!.yarn/plugins
7-
dist
5+
6+
# Yarn-related files
7+
**/.yarn/*
8+
!**/.yarn/releases
9+
!**/.yarn/plugins
10+
!**/.yarn/sdks
11+
yarn-error.log
12+
13+
# Project-generated directories
814
coverage
15+
dist
916
node_modules
10-
npm-debug.log
11-
yarn-error.log
17+
18+
# Other
19+
**/.DS_Store
20+
**/.env

0 commit comments

Comments
 (0)