Ignore macOS .DS_Store files
hardware/.DS_Store kept showing up as untracked throughout the refactor; .gitignore had no rule for it. The file itself is left on disk (Finder regenerates it) — it is simply ignored now. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Regular → Executable
+3
@@ -177,3 +177,6 @@ cython_debug/
|
|||||||
marimo/_static/
|
marimo/_static/
|
||||||
marimo/_lsp/
|
marimo/_lsp/
|
||||||
__marimo__/
|
__marimo__/
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user