https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 36789eaa88a7277c06a22b7955f128409c705746 authored by Steven Allen on 28 April 2020, 16:08:27 UTC
Merge pull request #7238 from ipfs/feat/release-0.5.0
Tip revision: 36789ea
.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