add attribute
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user