Skip to content

Commit 1c98b36

Browse files
committed
Update .gitignore
1 parent 0f392d0 commit 1c98b36

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.gitignore

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
.DS_Store
1+
# Cache and IDE-related files
22
.cache
33
.idea
44
.vscode
5+
6+
# Yarn-related files
57
**/.yarn/*
68
!**/.yarn/releases
79
!**/.yarn/plugins
8-
dist
10+
!**/.yarn/sdks
11+
yarn-error.log
12+
13+
# Project-generated directories
914
coverage
15+
dist
1016
node_modules
11-
npm-debug.log
12-
yarn-error.log
17+
18+
# Other
19+
**/.DS_Store
20+
**/.env

0 commit comments

Comments
 (0)