Skip to content

Commit 6d2aaec

Browse files
committed
fix: properly configure .gitignore to exclude node_modules and test artifacts
1 parent 64f274c commit 6d2aaec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/.DS_Store
22
/DATA-PERSISTENCE-GUIDE.md
3-
/ICON_INSTRUCTIONS.mdcoverage/
3+
/ICON_INSTRUCTIONS.md
4+
node_modules/
5+
coverage/
46
html/
57
.vitest/

0 commit comments

Comments
 (0)