Skip to content
Open
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
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Normalize line endings to LF in the repository for all text files.
# Without this, Windows checkouts (core.autocrlf=true) introduce CRLF into
# source and raw-text prompt/skill `.md` files that are loaded as model
# input, which inflates token/byte counts and breaks snapshot tests.
* text=auto eol=lf

# Explicit binary types (never normalize)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.mp4 binary
*.mov binary
*.pdf binary