Skip to content

Commit 6fed4c2

Browse files
committed
chore: add .gitattributes
1 parent d6160e4 commit 6fed4c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
5+
*.ts text eol=lf merge=union
6+
*.tsx text eol=lf merge=union
7+
*.rs text eol=lf merge=union
8+
*.js text eol=lf merge=union
9+
*.json text eol=lf merge=union
10+
*.debug text eol=lf merge=union
11+
12+
# Generated codes
13+
packages/bcrypt/index.js linguist-detectable=false
14+
packages/bcrypt/index.d.ts linguist-detectable=false
15+
packages/crc32/index.js linguist-detectable=false
16+
packages/crc32/index.d.ts linguist-detectable=false
17+
packages/deno-lint/index.js linguist-detectable=false
18+
packages/deno-lint/index.d.ts linguist-detectable=false
19+
packages/jieba/index.js linguist-detectable=false
20+
packages/jieba/index.d.ts linguist-detectable=false
21+
packages/xxhash/index.js linguist-detectable=false
22+
packages/xxhash/index.d.ts linguist-detectable=false

0 commit comments

Comments
 (0)