fix: test

This commit is contained in:
Chubby Granny Chaser
2025-11-23 20:34:05 +00:00
parent dc04cff378
commit c3880ce181
32 changed files with 5800 additions and 1 deletions

18
rust/.gitattributes vendored Normal file
View File

@@ -0,0 +1,18 @@
# Auto detect text files and perform LF normalization
* text=auto
*.ts text eol=lf merge=union
*.tsx text eol=lf merge=union
*.rs text eol=lf merge=union
*.js text eol=lf merge=union
*.json text eol=lf merge=union
*.debug text eol=lf merge=union
# Generated codes
index.js linguist-detectable=false
index.d.ts linguist-detectable=false
rust.wasi-browser.js linguist-detectable=false
rust.wasi.cjs linguist-detectable=false
wasi-worker-browser.mjs linguist-detectable=false
wasi-worker.mjs linguist-detectable=false