Skip to content

Commit 7ce6b78

Browse files
fix: Restore dist directory to .gitignore
This commit restores the `dist/` directory to the `.gitignore` file, addressing the feedback from the pull request review.
1 parent 4836fc9 commit 7ce6b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2+
dist/
23
npm_output.log

0 commit comments

Comments
 (0)