Modified .gitattributes

This commit is contained in:
2025-06-17 14:07:03 +02:00
parent 69d366aaa1
commit a825d5a707

6
.gitattributes vendored
View File

@@ -1,7 +1,6 @@
# #
# Auto Generated # Auto Generated
# #
# Other # Other
*.pdf filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text
# Unity Binary Assets # Unity Binary Assets
@@ -70,18 +69,15 @@
*.wmv filter=lfs diff=lfs merge=lfs -text *.wmv filter=lfs diff=lfs merge=lfs -text
# Unity-Specific # Unity-Specific
* text=auto * text=auto
# Some assets such as lighting data, nav meshes, etc will always be binary, # Some assets such as lighting data, nav meshes, etc will always be binary,
# as will anything with [PreferBinarySerialization] # as will anything with [PreferBinarySerialization]
# (Even if you force it to text mode serialization) # (Even if you force it to text mode serialization)
# Meaning autoCRLF on git will fuck up your project. # Meaning autoCRLF on git will fuck up your project.
*.asset auto *.asset auto
TimeManager.asset -text TimeManager.asset -text
# #
# The following should be text to allow git merges # The following should be text to allow git merges
# #
*.anim text *.anim text
*.controller text *.controller text
*.mat text *.mat text
@@ -92,5 +88,3 @@ TimeManager.asset -text
*.unity text *.unity text
*.preset text *.preset text
*.lfs_test filter=lfs diff=lfs merge=lfs -text *.lfs_test filter=lfs diff=lfs merge=lfs -text