chore: import upstream snapshot with attribution
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

This commit is contained in:
wehub-resource-sync
2026-07-13 12:45:24 +08:00
commit 70cb81e982
218 changed files with 410378 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# 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