-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (19 loc) · 851 Bytes
/
.gitattributes
File metadata and controls
23 lines (19 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 (excluded from GitHub language stats)
index.js linguist-detectable=false
index.d.ts linguist-detectable=false
rush-fs.wasi-browser.js linguist-detectable=false
rush-fs.wasi.cjs linguist-detectable=false
wasi-worker-browser.mjs linguist-detectable=false
wasi-worker.mjs linguist-detectable=false
# Prefer Rust as primary language: tests/bench/reference not counted
__test__/** linguist-documentation=true
benchmark/** linguist-documentation=true
reference/** linguist-vendored=true