瀏覽代碼

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.
pull/3856/head
Edward Rowe 2 年之前
父節點
當前提交
7bcea28191
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      Unity.gitignore

+ 0
- 3
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*


Loading…
取消
儲存