Skip to content

Commit 7bcea28

Browse files
authored
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.
1 parent b0012e4 commit 7bcea28

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Unity.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
# They also could contain extremely sensitive data
1515
/[Mm]emoryCaptures/
1616

17-
# Asset meta data should only be ignored when the corresponding asset is also ignored
18-
!/[Aa]ssets/**/*.meta
19-
2017
# Uncomment this line if you wish to ignore the asset store tools plugin
2118
# /[Aa]ssets/AssetStoreTools*
2219

0 commit comments

Comments
 (0)