Commit graph

3 commits

Author SHA1 Message Date
a1bbc6f8ba Enforce LF line endings via .gitattributes + ignore tauri-icon's extra outputs
Fixes the recurring 'Your local changes to Cargo.toml would be overwritten'
error on Windows pulls. Git-for-Windows defaults to core.autocrlf=true,
which made every text file appear modified vs the LF-stored versions.
'* text=auto eol=lf' in .gitattributes overrides autocrlf and forces a
stable LF checkout.

Also ignores Square*Logo.png, android/, ios/, 64x64.png, icon.png — these
are produced by 'pnpm tauri icon' but we ship only the canonical 5 files
(32, 128, 128@2x, .ico, .icns).
2026-05-09 16:05:55 +01:00
5200caf21f Repo cleanup: untrack CLAUDE.md / memory.md (agent-internal); fix README link 2026-05-09 15:00:16 +01:00
c6d8e902f6 Initial scaffold 2026-05-09 00:00:26 +01:00