๐Ÿ“ฆ toeverything / file-type

๐Ÿ“„ .gitattributes ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19# 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 
browser.js linguist-detectable=false
file-type.wasi-browser.js linguist-detectable=false
file-type.wasi.cjs linguist-detectable=false
wasi-worker-browser.mjs linguist-detectable=false
wasi-worker.mjs linguist-detectable=false