Skip to content

Commit 0adcd35

Browse files
committed
more exclude of mac files.
1 parent 011e599 commit 0adcd35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ include = [
1616
"LICENSE"
1717
]
1818
exclude = [
19-
"*.DS_Store",
19+
".DS_Store",
20+
".*.DS_Store",
2021
"dist/",
2122
"release-*",
2223
"*.zip",

0 commit comments

Comments
 (0)