DazedTL/.gitattributes
DazedAnon 0a2b8c77b8 fix(update): identify source archives and exclude dev metadata
- Embed the archived commit SHA to prevent false first-launch updates
- Exclude editor and agent directories from source and update archives
- Add coverage for archive metadata and installer filtering
2026-07-24 12:18:18 -05:00

14 lines
512 B
Text

# Cmd.exe parses LF-only .bat files incorrectly on Windows (joined tokens / mangled commands).
*.bat text eol=crlf
# Keep development-only agent/editor metadata out of user-facing source and
# update archives.
.agents export-ignore
.codex export-ignore
.cursor export-ignore
.github export-ignore
.vscode export-ignore
# Expand the exact archived commit so a fresh source download can identify the
# version it already contains without committing a self-referential literal SHA.
.git_archival.txt export-subst