devStandard/.gitattributes
2025-03-29 14:35:49 +08:00

10 lines
265 B
Plaintext

# Set default behavior for text files
* -text
# Explicitly specify files that should be treated as binary
*.png binary
*.jpg binary
*.gif binary
# Specify that Markdown files should be treated as binary and not undergo automatic line ending conversion
*.md binary