From 4f9719e10856664526c7a10171b4ab6ad08eb7a7 Mon Sep 17 00:00:00 2001 From: Kapitan Mliko <3914266+kapitanmliko@users.noreply.github.com> Date: Thu, 25 May 2023 13:34:45 +0200 Subject: [PATCH 1/2] Exclude of unity .meta files from all projects. --- .props | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.props b/.props index 222c3c9..9cbb04d 100644 --- a/.props +++ b/.props @@ -10,4 +10,7 @@ Unordinal AB DarkRift Networking - High Performance Networking Library for .NET and Unity Games - \ No newline at end of file + + $(DefaultItemExcludes);*.meta + + From 1fde95431cc0c5fd6bb71824782f2a79b2b6d7f1 Mon Sep 17 00:00:00 2001 From: Kapitan Mliko <3914266+kapitanmliko@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:07:39 +0200 Subject: [PATCH 2/2] fixed msbuild glob pattern to exclude unity meta files --- .props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.props b/.props index 9cbb04d..10dfcd5 100644 --- a/.props +++ b/.props @@ -11,6 +11,6 @@ DarkRift Networking - High Performance Networking Library for .NET and Unity Games - $(DefaultItemExcludes);*.meta + $(DefaultItemExcludes);**/*.meta