Skip to content

Commit 4d781dc

Browse files
committed
fix: Add DS_Store in the gitignore list
adding comment to explain the action in .gitignore file
1 parent 8fd02e6 commit 4d781dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.vscode/
22

3+
# ignore metadata files generated by OSX operating system
4+
.DS_Store
5+
36
test-output/
47
dist
58

0 commit comments

Comments
 (0)