From d659c05104398382feeb305f503f59afebd58554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Rodr=C3=ADguez=20Torrent=20/=20Miquel=20Rodr?= =?UTF-8?q?=C3=ADguez=20Telep?= Date: Mon, 13 Mar 2023 15:50:50 -0400 Subject: [PATCH] Ignore Addressables link.xml build file Unity's Addressables creates a link.xml file on build. This is a temporary file and can be ignored, per https://forum.unity.com/threads/link-xml-part-of-version-control.1227360/#post-8190567 --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..b7c9a56a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -67,6 +67,9 @@ crashlytics-build.properties # Packed Addressables /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* +# Addressables link build file +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/[Ll]ink.xml + # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/*