返回 DeepSeek-Reasonix
.gitattributes
根目录 / .gitattributes
1 .gitattributes text eol=lf
2 .gitignore text eol=lf
3 .npmrc text eol=lf
4 *.astro text eol=lf
5 *.css text eol=lf
6 *.go text eol=lf
7 *.html text eol=lf
8 *.js text eol=lf
9 *.json text eol=lf
10 *.md text eol=lf
11 *.mjs text eol=lf
12 *.mod text eol=lf
13 *.nsi text eol=lf
14 *.plist text eol=lf
15 *.py text eol=lf
16 *.rs text eol=lf
17 *.sh text eol=lf
18 *.sql text eol=lf
19 *.sum text eol=lf
20 *.toml text eol=lf
21 *.ts text eol=lf
22 *.tsx text eol=lf
23 *.txt text eol=lf
24 *.xml text eol=lf
25 *.yaml text eol=lf
26 *.yml text eol=lf
27 .githooks/** text eol=lf
28 benchmarks/**/*.sh text eol=lf
29
29 lines Plain Text