Skip to content

Commit 386a40d

Browse files
author
白唯
committed
build(git): 增加 githuhb 上项目语言属性配置文件
1 parent edfae1b commit 386a40d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.vue linguist-language=TypeScript
2+
*.ts linguist-language=TypeScript
3+
*.tsx linguist-language=TypeScript

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ pnpm-debug.log*
2525
# local docs
2626
todo-list.md
2727
*todo-list*.md
28-
docs
28+
docs
29+
yarn-error.log
30+
yarn.lock
31+
package-lock.json

0 commit comments

Comments
 (0)