Skip to content

Commit de1143c

Browse files
committed
fix: update .gitignore to correctly ignore node_modules directory
1 parent c79082e commit de1143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.idea*
22
docs/.vuepress/.cache
33
docs/.vuepress/.temp
4-
node_modules/*
4+
node_modules/
55
.DS_Store
66
docs/.DS_Store
77
docs/.DS_Store

0 commit comments

Comments
 (0)