add attribute

This commit is contained in:
Sean Lu
2025-01-10 17:23:49 +08:00
parent 2372c9429a
commit 85669a475f

5
.gitattributes vendored
View File

@@ -1,13 +1,10 @@
# Set the default behavior, in case people don't have core.autocrlf set. # Set the default behavior, in case people don't have core.autocrlf set.
* text=auto * text=auto
## Unity ## ## Unity ##
*.txt text *.txt text
*.cs diff=csharp text *.cs diff=csharp text
*.cginc text *.cginc text
*.shader text *.shader text
*.mat merge=unityyamlmerge eol=lf *.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf *.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf *.unity merge=unityyamlmerge eol=lf
@@ -19,9 +16,9 @@
*.meta merge=unityyamlmerge eol=lf *.meta merge=unityyamlmerge eol=lf
*.controller merge=unityyamlmerge eol=lf *.controller merge=unityyamlmerge eol=lf
*.flare merge=unityyamlmerge eol=lf *.flare merge=unityyamlmerge eol=lf
#3D Object #3D Object
*.FBX -text *.FBX -text
*.fbx -text *.fbx -text
*.blend -text *.blend -text
*.obj -text *.obj -text
*.dll filter=lfs diff=lfs merge=lfs -text