Skip to content

Commit 152f419

Browse files
authored
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.
1 parent 24f6734 commit 152f419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Unity.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[Bb]uild/
55
[Bb]uilds/
66
[Ll]ogs/
7-
[Aa]ssets/AssetStoreTools*
7+
8+
# Uncomment this line if you wish to ignore the asset store tools plugin
9+
# [Aa]ssets/AssetStoreTools*
810

911
# Visual Studio cache directory
1012
.vs/

0 commit comments

Comments
 (0)