]> source.dussan.org Git - gitignore.git/commitdiff
Unity: Remove exclusion for *.meta files
authorEdward Rowe <edward.l.rowe@gmail.com>
Wed, 13 Oct 2021 12:40:50 +0000 (08:40 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 12:40:50 +0000 (08:40 -0400)
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

index 72c27e4fe2f066bd5cbace2c924414175bd454ec..e4ba92694f5dfbd17702ef71611a5d4380cb3f18 100644 (file)
@@ -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*