mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
23 lines
382 B
Text
23 lines
382 B
Text
# Default to LF for text files across the repo
|
|
* text=auto eol=lf
|
|
|
|
# Windows scripts should keep CRLF
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Shell scripts should keep LF
|
|
*.sh text eol=lf
|
|
|
|
# Common binary assets
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.webp binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.zip binary
|
|
*.gz binary
|
|
*.woff binary
|
|
*.woff2 binary
|