https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 3d0899f4893a03fb20d95d93912d04c4d3af968a authored by Steven Allen on 09 June 2020, 23:55:07 UTC
feat: release v0.6.0-rc5
Tip revision: 3d0899f
.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