# Obsidian on Windows writes CRLF; git's default autocrlf then reports files as
# modified when only line endings differ. That noise matters here: after a
# headless ingest, `git diff HEAD` is the review surface for what the agent
# wrote, and it is useless if every untouched file also shows as changed.
#
# Store bytes exactly as they are on disk, no conversion in either direction.
* -text
