Skip to content

Commit 57d09f3

Browse files
authored
add dist folder to gitignore (#38)
1 parent 7b2f475 commit 57d09f3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
.DS_Store
2-
Thumbs.db
3-
_site
4-
dist
5-
.claude/settings.local.json
1+
/node_modules/
2+
/.DS_Store
3+
.DS_Store
4+
*.psd
5+
.claude/settings.local.json
6+
dist

0 commit comments

Comments
 (0)