mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 06:57:40 +08:00

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"
18 lines
256 B
Plaintext
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
|