Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Normalise all text files to LF in the repository (prevents CRLF/LF noise
# in diffs when contributors work on Windows and macOS/Linux together).
* text=auto eol=lf

# Explicit overrides for specific types
*.bat text eol=crlf
*.png binary
*.gif binary
*.ico binary

# Repo Assist workflow lock — keep as-is and mark generated
.github/workflows/*.lock.yml linguist-generated=true merge=ours