]> source.dussan.org Git - gitignore.git/commitdiff
Made it so the folders only get ingored in the root 1481/head
authorTandoori <Tandoori@users.noreply.github.com>
Sat, 18 Apr 2015 16:43:23 +0000 (01:43 +0900)
committerTandoori <Tandoori@users.noreply.github.com>
Sat, 18 Apr 2015 16:43:23 +0000 (01:43 +0900)
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.

Unity.gitignore

index e31b6a519849a1cf6dcabd618977f3514cc7eb38..9de94098c4da9be0fb5df68824cc85ab6f0ce60c 100644 (file)
@@ -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