https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 4485d6b71789766d36f0bdcc6d4514053f467887 authored by Piotr Galar on 22 November 2022, 12:35:46 UTC
Merge pull request #9395 from ipfs/release-v0.17.0
Tip revision: 4485d6b
.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