Revision de173df9e36f1cff9e237f482ecb609ea90d9e35 authored by P. Reis on 27 September 2023, 08:36:49 UTC, committed by GitHub on 27 September 2023, 08:36:49 UTC
1 parent 600c71b
Raw File
.gitattributes
# 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
*.xz binary
*.car binary

# Binary assets
assets/init-doc/*          binary
core/coreunix/test_data/** binary
back to top