https://github.com/ipfs/go-ipfs
Raw File
Tip revision: fafec57ee637c938aeba4170b2ee88864fde0fbc authored by Adin Schmahmann on 10 September 2020, 00:34:37 UTC
Release v0.7.0-rc2
Tip revision: fafec57
.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