修改git对文件的约束
This commit is contained in:
parent
2b49f41d13
commit
1bf325ca8c
20
.gitattributes
vendored
20
.gitattributes
vendored
@ -1,16 +1,16 @@
|
|||||||
# 自动检测文本文件并统一换行符
|
# 自动检测文本文件并统一换行符
|
||||||
* text=auto eol=crlf
|
# * text=auto eol=crlf
|
||||||
|
|
||||||
# 源代码文件 - 强制 CRLF
|
# 源代码文件 - 强制 CRLF
|
||||||
*.cpp text eol=crlf
|
# *.cpp text eol=crlf
|
||||||
*.h text eol=crlf
|
# *.h text eol=crlf
|
||||||
*.hpp text eol=crlf
|
# *.hpp text eol=crlf
|
||||||
*.c text eol=crlf
|
# *.c text eol=crlf
|
||||||
*.ui text eol=crlf
|
# *.ui text eol=crlf
|
||||||
*.qrc text eol=crlf
|
# *.qrc text eol=crlf
|
||||||
*.pro text eol=crlf
|
# *.pro text eol=crlf
|
||||||
*.pri text eol=crlf
|
# *.pri text eol=crlf
|
||||||
*.qss text eol=crlf
|
# *.qss text eol=crlf
|
||||||
|
|
||||||
# 配置文件
|
# 配置文件
|
||||||
*.json text eol=crlf
|
*.json text eol=crlf
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -45,5 +45,5 @@ CLAUDE.md
|
|||||||
*.pdf
|
*.pdf
|
||||||
|
|
||||||
**/Publish
|
**/Publish
|
||||||
**/TestData
|
**/TestData*
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user