https://github.com/ipfs/go-ipfs
Raw File
Tip revision: dc2715af68b93611a116b83fca90714e7c5cb50b authored by Adin Schmahmann on 21 July 2021, 16:52:52 UTC
Merge pull request #8267 from ipfs/release-v0.9.1
Tip revision: dc2715a
.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