1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00
Files
kubo/.gitattributes
Peter Rabbitson 90c58d6cac Dag import functionality only ( no progress )
This still works over "loosely defined" .car files
Please refer to the sharness tests for extra info

We can tighten this up if the sentiment is "Postel was wrong"
2020-04-08 14:54:49 -07:00

18 lines
256 B
Plaintext

# 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