]> source.dussan.org Git - gitignore.git/commit
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)
commit7bcea281916d32d480abfe41a78b204c9935d5b4
treea268a8f3f488bc40bbc188a5c65ba4a8d89e5e3f
parentb0012e4930d0a8c350254a3caeedf7441ea286a3
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