kubo/.gitattributes
2020-04-08 14:54:49 -07:00

17 lines
244 B
Plaintext

# Default to text
* text eol=lf
# True text
*.md text eol=auto
LICENSE text eol=auto
# Known binary types
*.png binary
*.tar binary
*.gz binary
*.car binary
# Binary assets
assets/init-doc/* binary
core/coreunix/test_data/** binary