Skip to content

Commit 088acc8

Browse files
committed
fix: ignore .DS_Store files
Ref: actions/toolkit#491
1 parent d8994e5 commit 088acc8

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
@@ -3,6 +3,7 @@
33
!/node_modules/**/LICENSE.*
44
/node_modules/**/.github
55
/node_modules/**/.idea
6+
/node_modules/**/.DS_Store
67
/node_modules/**/*.png
78
/node_modules/**/*.jpg
89
/node_modules/**/.travis.yml

0 commit comments

Comments
 (0)