-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (14 loc) · 737 Bytes
/
.gitattributes
File metadata and controls
18 lines (14 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
/packages/core/index.js linguist-detectable=false
/packages/core/index.d.ts linguist-detectable=false
/packages/core/oxc-node.wasi-browser.js linguist-detectable=false
/packages/core/oxc-node.wasi.cjs linguist-detectable=false
/packages/core/wasi-workser.browser.mjs linguist-detectable=false
/packages/core/wasi-worker.mjs linguist-detectable=false