mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 03:00:44 +00:00
chore: add repository .gitattributes for line ending normalization
This commit is contained in:
parent
40a8706bb9
commit
43c3c99dde
1 changed files with 23 additions and 0 deletions
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue