mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Adapted gitattributes to checkout all unity-serialized files as lf
This commit is contained in:
parent
c1d8406dc7
commit
4c45413dff
18
.gitattributes
vendored
18
.gitattributes
vendored
@ -6,12 +6,12 @@
|
|||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
|
||||||
# Unity specific
|
# Unity specific
|
||||||
*.mat merge=unityyamlmerge text
|
*.mat merge=unityyamlmerge text eol=lf
|
||||||
*.anim merge=unityyamlmerge text
|
*.anim merge=unityyamlmerge text eol=lf
|
||||||
*.unity merge=unityyamlmerge text
|
*.unity merge=unityyamlmerge text eol=lf
|
||||||
*.prefab merge=unityyamlmerge text
|
*.prefab merge=unityyamlmerge text eol=lf
|
||||||
*.physicsMaterial2D merge=unityyamlmerge text
|
*.physicsMaterial2D merge=unityyamlmerge text eol=lf
|
||||||
*.physicsMaterial merge=unityyamlmerge text
|
*.physicsMaterial merge=unityyamlmerge text eol=lf
|
||||||
*.asset merge=unityyamlmerge text
|
*.asset merge=unityyamlmerge text eol=lf
|
||||||
*.meta merge=unityyamlmerge text
|
*.meta merge=unityyamlmerge text eol=lf
|
||||||
*.controller merge=unityyamlmerge text
|
*.controller merge=unityyamlmerge text eol=lf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user