From 46f81f7f4434ae4f3ca8463e2774a6e8ee5893d9 Mon Sep 17 00:00:00 2001 From: Birger E Date: Thu, 13 Jun 2024 00:28:21 +0200 Subject: [PATCH] Fixed spelling mistake in commit ea2378f Last commit added an exception for LightningData.asset files, however the files generated by unity are named LightingData.asset --- Unity.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitattributes b/Unity.gitattributes index d49ec29..03b8af0 100644 --- a/Unity.gitattributes +++ b/Unity.gitattributes @@ -158,4 +158,4 @@ Assets/Plugins/** linguist-vendored *.skel.bytes lfs # Exceptions for .asset files such as lightning pre-baking -LightningData.asset binary +LightingData.asset binary