chore: stop line-ending churn, track the enabled plugin

Obsidian writes CRLF on Windows, so git reported untouched files as
modified. That matters because `git diff HEAD` is the review surface
after a headless ingest and is useless if everything shows as changed.
`* -text` stores bytes as-is.
This commit is contained in:
meels
2026-07-28 15:20:33 +02:00
parent e92c93d6f3
commit 51c85e6994
2 changed files with 10 additions and 0 deletions

7
.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
# 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

3
.obsidian/community-plugins.json vendored Normal file
View File

@@ -0,0 +1,3 @@
[
"webinar-dash"
]