chore: ignore .DS_Store
Browse filesTwo 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.
- .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
|