mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-15 06:09:35 +02:00
The `!data/**` negation that rescues apps/mobile/data/ from the root .gitignore's `data/` rule was inadvertently pulling .DS_Store back in too — Finder metadata kept showing up in git status. Restate .DS_Store after the negation so last-match-wins re-ignores it.