Skip to content

Commit 102a535

Browse files
committed
chore: update .gitignore
1 parent 60af0f9 commit 102a535

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

.gitignore

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
1+
# Dependencies
12
node_modules
2-
*.iml
3-
.idea
3+
4+
# Only keep yarn.lock in the root
5+
*/**/yarn.lock
6+
7+
# Logs
48
*.log
5-
.nuxt
9+
10+
# Other
11+
.nuxt*
12+
!.nuxtignore
13+
14+
# Dist folders
15+
dist
16+
17+
# Coverage reports
18+
coverage
19+
20+
# VSCode
621
.vscode
22+
23+
# Intellij idea
24+
*.iml
25+
.idea
26+
27+
# OSX
728
.DS_Store
8-
coverage
9-
dist
29+
.AppleDouble
30+
.LSOverride

0 commit comments

Comments
 (0)