From c9ac80d722a460609f3610e74ecdb503765c9cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Nied=C5=BAwiedzki?= Date: Mon, 21 Oct 2024 17:56:30 +0200 Subject: [PATCH] Removes problematic wildcard from .blend files Removes wildcard from .blend files, that caused git to treat .blend.meta as files that are supposed to be placed in LFS, while it should've been treated as a YAML file. --- Unity.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitattributes b/Unity.gitattributes index 4326306..03b8af0 100644 --- a/Unity.gitattributes +++ b/Unity.gitattributes @@ -68,7 +68,7 @@ Assets/Plugins/** linguist-vendored # 3D models *.3dm lfs *.3ds lfs -*.blend* lfs +*.blend lfs *.c4d lfs *.collada lfs *.dae lfs