]> source.dussan.org Git - gitignore.git/commitdiff
Unity: Do not blanket-ignore specific plugins, that's a user choice 2926/head
authorAndreia Gaita <shana@spoiledcat.net>
Tue, 8 Jan 2019 15:12:43 +0000 (15:12 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 15:12:43 +0000 (15:12 +0000)
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.

Unity.gitignore

index 2959acb61cd484cbde3b4dea0da0bafebeba01df..595803613f86ff994d2908fe921c6d77e0889290 100644 (file)
@@ -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/