Explicitly exclude .DS_Store files
This commit is contained in:
parent
5effe3e25c
commit
ae9384a580
|
@ -15,3 +15,5 @@ lib/ivy/
|
||||||
*.cer
|
*.cer
|
||||||
*.pfx
|
*.pfx
|
||||||
*.pvk
|
*.pvk
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
Loading…
Reference in New Issue