aboutsummaryrefslogtreecommitdiffstats
path: root/Unity.gitignore
diff options
context:
space:
mode:
authorTandoori <Tandoori@users.noreply.github.com>2015-04-19 01:43:23 +0900
committerTandoori <Tandoori@users.noreply.github.com>2015-04-19 01:43:23 +0900
commita4661a2d39f9cd733ff616dbcc2918f959828d76 (patch)
tree2936095e5f49d4e7e4ae1ab872d3baa71257048e /Unity.gitignore
parentd9aed588f438d8adbc57dbf5f391818f12b6f1e0 (diff)
downloadgitignore-a4661a2d39f9cd733ff616dbcc2918f959828d76.tar.gz
gitignore-a4661a2d39f9cd733ff616dbcc2918f959828d76.zip
Made it so the folders only get ingored in the root
With the current setup these folders are ignored in the whole repo, but they're only automatically generated in the project root so it makes sense to only ignore the ones in the root. I made this change because one of the assets in my project uses a folder called 'Library', and I was wondering why it never uploaded that folder.
Diffstat (limited to 'Unity.gitignore')
-rw-r--r--Unity.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/Unity.gitignore b/Unity.gitignore
index e31b6a51..9de94098 100644
--- a/Unity.gitignore
+++ b/Unity.gitignore
@@ -1,7 +1,7 @@
-[Ll]ibrary/
-[Tt]emp/
-[Oo]bj/
-[Bb]uild/
+/[Ll]ibrary/
+/[Tt]emp/
+/[Oo]bj/
+/[Bb]uild/
# Autogenerated VS/MD solution and project files
*.csproj