aboutsummaryrefslogtreecommitdiffstats
path: root/Unity.gitignore
diff options
context:
space:
mode:
authorAndreia Gaita <shana@spoiledcat.net>2019-01-08 15:12:43 +0000
committerGitHub <noreply@github.com>2019-01-08 15:12:43 +0000
commit152f419973461706e30f4f7701baf7434da95a9b (patch)
treef715e5e7fd3983ab710a9e11437e06eb3034447e /Unity.gitignore
parent24f6734840548fb0b7bbc23b617941f452cc28a6 (diff)
downloadgitignore-152f419973461706e30f4f7701baf7434da95a9b.tar.gz
gitignore-152f419973461706e30f4f7701baf7434da95a9b.zip
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.
Diffstat (limited to 'Unity.gitignore')
-rw-r--r--Unity.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/Unity.gitignore b/Unity.gitignore
index 2959acb6..59580361 100644
--- a/Unity.gitignore
+++ b/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/