File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments