From 7bcea281916d32d480abfe41a78b204c9935d5b4 Mon Sep 17 00:00:00 2001 From: Edward Rowe Date: Wed, 13 Oct 2021 08:40:50 -0400 Subject: [PATCH] Unity: Remove exclusion for *.meta files If a user has ignored an asset (no matter how dubious that decision may be), they also want to ignore the .meta file. Instead of bringing back .metas that have been ignored, this template should trust that a user has ignored the files they want to ignore. You'd encounter this issue if you had added an ignore for an asset and its meta above this Unity template, or if another template ignored an asset and meta. In general excludes may be dangerous in these templates, as they can have unintended consequences on other templates. --- Unity.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..e4ba9269 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -14,9 +14,6 @@ # They also could contain extremely sensitive data /[Mm]emoryCaptures/ -# Asset meta data should only be ignored when the corresponding asset is also ignored -!/[Aa]ssets/**/*.meta - # Uncomment this line if you wish to ignore the asset store tools plugin # /[Aa]ssets/AssetStoreTools*