Files
wehub-resource-sync 70cb81e982
CI / Test (macos-latest, stable) (push) Has been cancelled
CI / Test (ubuntu-latest, stable) (push) Has been cancelled
CI / Test (windows-latest, stable) (push) Has been cancelled
CI / Lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:45:24 +08:00

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