Skip to content

Commit 1a06bae

Browse files
authored
chore: ignore .DS_Store (#219)
macOS Finder writes .DS_Store sidecar files into every directory it touches; they should never be tracked.
1 parent 057387c commit 1a06bae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
DeepLX
1+
DeepLX
2+
3+
# macOS Finder metadata
4+
.DS_Store

0 commit comments

Comments
 (0)