https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 51f2bd6dfdb27a645534c4fbb31bd07200e7e0cf authored by Adin Schmahmann on 02 March 2021, 23:51:30 UTC
initial hub implementation
Tip revision: 51f2bd6
.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