Files
J-Wash/.gitattributes
2026-07-13 22:26:50 +02:00

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