29 lines
425 B
Plaintext
29 lines
425 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Rust source files
|
|
*.rs text eol=lf
|
|
*.toml text eol=lf
|
|
|
|
# Documentation
|
|
*.md text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# Scripts
|
|
*.sh text eol=lf
|
|
|
|
# Binary files
|
|
*.mv2 binary
|
|
*.mv2e binary
|
|
*.pdf binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
|
|
# Prevent showing Cargo.lock diffs
|
|
Cargo.lock linguist-generated=true
|