瀏覽代碼

Unity: Do not blanket-ignore specific plugins, that's a user choice

Only people building Unity plugins will need to import the asset store tools plugin into their project, and it's a toss up whether they want to commit the tooling into their repo (they might or they might not want to, it highly depends on their workflow). The default .gitignore shouldn't be making this choice for these users.
pull/2926/head
Andreia Gaita 5 年之前
父節點
當前提交
152f419973
No account linked to committer's email address
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      Unity.gitignore

+ 3
- 1
Unity.gitignore 查看文件

@@ -4,7 +4,9 @@
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
[Aa]ssets/AssetStoreTools*

# Uncomment this line if you wish to ignore the asset store tools plugin
# [Aa]ssets/AssetStoreTools*

# Visual Studio cache directory
.vs/

Loading…
取消
儲存