Skip to content

Commit a4661a2

Browse files
committed
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.
1 parent d9aed58 commit a4661a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Unity.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[Ll]ibrary/
2-
[Tt]emp/
3-
[Oo]bj/
4-
[Bb]uild/
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
55

66
# Autogenerated VS/MD solution and project files
77
*.csproj

0 commit comments

Comments
 (0)