13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
# Normalize line endings: LF in the repo, native in working copies.
|
|
* text=auto
|
|
|
|
# Windows launchers keep CRLF.
|
|
*.bat text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Never touch binary assets.
|
|
*.png binary
|
|
*.gif binary
|
|
*.pt binary
|
|
*.safetensors binary
|