Skip to content

Commit b628176

Browse files
authored
chore: 为更多文件提供.gitattributes配置 (x6eull#25)
1 parent cbc2645 commit b628176

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitattributes

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@
55
*.tsx text eol=lf
66

77
*.md text eol=lf diff=markdown
8+
LICENSE text eol=lf
89

10+
.npmrc text eol=lf
911
package.json text eol=lf
1012
package-lock.json text eol=lf
13+
14+
tsconfig*.json text eol=lf linguist-language=jsonc
15+
16+
ionic.config.json text eol=lf
17+
1118
.prettierrc text eol=lf
12-
tsconfig.* text eol=lf
19+
.prettierignore text eol=lf
20+
21+
.github/workflows/*.yml text eol=lf
1322

14-
.vscode/*.json text eol=lf
15-
.github/workflows/*.yml text eol=lf
23+
.vscode/*.json text eol=lf linguist-language=jsonc

0 commit comments

Comments
 (0)