This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

5
.gitattributes vendored
View File

@@ -59,3 +59,8 @@ decisions/*.md -text
# are consumed by `curl | bash` on Linux/macOS. A CRLF checkout would break the
# shebang and `read`/`printf` parsing, so pin them to LF regardless of core.autocrlf.
*.sh text eol=lf
# Tauri rewrites these tracked files during Windows packaging. Keep checkout and
# generated bytes stable so post-build mutation checks report semantic drift only.
app/src-tauri/Cargo.toml text eol=lf
app/src-tauri/gen/schemas/*.json text eol=lf