Skip to content

Commit 09e0184

Browse files
changed Gitignore
fixed icon missing
1 parent 7ed9a9d commit 09e0184

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ dist/
5757
__MACOSX/
5858
.AppleDouble
5959
.LSOverride
60-
Icon[
61-
]
60+
# macOS Finder icon file is literally named "Icon\r" (with a carriage return).
61+
# Use a glob that matches it without embedding a raw CR in this file.
62+
Icon?
6263

6364
# Thumbnails
6465
._*

0 commit comments

Comments
 (0)