From a825d5a707f869bb8680571c60a61b6be22d31e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20R=C3=A1=C4=8Dek?= Date: Tue, 17 Jun 2025 14:07:03 +0200 Subject: [PATCH] Modified .gitattributes --- .gitattributes | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4a62547..19c536d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ # # Auto Generated # - # Other *.pdf filter=lfs diff=lfs merge=lfs -text # Unity Binary Assets @@ -70,18 +69,15 @@ *.wmv filter=lfs diff=lfs merge=lfs -text # Unity-Specific * text=auto - # Some assets such as lighting data, nav meshes, etc will always be binary, # as will anything with [PreferBinarySerialization] # (Even if you force it to text mode serialization) # Meaning autoCRLF on git will fuck up your project. *.asset auto TimeManager.asset -text - # # The following should be text to allow git merges # - *.anim text *.controller text *.mat text @@ -92,5 +88,3 @@ TimeManager.asset -text *.unity text *.preset text *.lfs_test filter=lfs diff=lfs merge=lfs -text - -