Преглед изворни кода

Update Unity.gitignore (#2502)

Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
Matthew Wallace пре 7 година
родитељ
комит
e0c2baea55
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      Unity.gitignore

+ 6 - 6
Unity.gitignore

@@ -1,9 +1,9 @@
-/[Ll]ibrary/
-/[Tt]emp/
-/[Oo]bj/
-/[Bb]uild/
-/[Bb]uilds/
-/Assets/AssetStoreTools*
+*/[Ll]ibrary/
+*/[Tt]emp/
+*/[Oo]bj/
+*/[Bb]uild/
+*/[Bb]uilds/
+*/Assets/AssetStoreTools*
 
 # Visual Studio 2015 cache directory
 /.vs/