https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 179d1d15079ab331648023670b766604c764dc17 authored by Adin Schmahmann on 22 June 2021, 23:22:19 UTC
Merge pull request #8208 from ipfs/release-v0.9.0
Tip revision: 179d1d1
.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