janakhpon commited on
Commit
c5e92e3
·
1 Parent(s): 00521fc

chore: ignore .DS_Store

Browse files

Two were sitting untracked in the working tree, at the root and in coreml/.
This repository is published, so anything committed here is served to every
consumer of the model.

Files changed (1) hide show
  1. .gitignore +4 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # macOS writes these into any directory Finder opens. Nothing here is edited
2
+ # often enough for that to be noticed before a push, and this repository is
3
+ # published — a .DS_Store committed here is served to every consumer.
4
+ .DS_Store