https://github.com/ipfs/go-ipfs
Raw File
Tip revision: dcaba8c8625cd79fe031d072645011526e0e4129 authored by guillaumemichel on 08 March 2024, 10:50:47 UTC
merge with origin
Tip revision: dcaba8c
.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