Skip to content

Commit 553a07b

Browse files
committed
chore: 添加 .gitattributes 文件
- 新增 .gitattributes 文件,设置文件的文本属性为自动 - 有助于解决跨平台文件格式兼容性问题
1 parent 15a4564 commit 553a07b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# .gitattributes
2+
3+
* text=auto
4+
5+
6+

0 commit comments

Comments
 (0)