https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 39b461d8e6309ad92f3f59d821c297cea2eb33cb authored by Gus Eggert on 03 August 2021, 19:58:09 UTC
Remove manual go installation
Tip revision: 39b461d
.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