Skip to content

Commit e0c2bae

Browse files
matzarshiftkey
authored andcommitted
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.
1 parent 825714c commit e0c2bae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Unity.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/[Ll]ibrary/
2-
/[Tt]emp/
3-
/[Oo]bj/
4-
/[Bb]uild/
5-
/[Bb]uilds/
6-
/Assets/AssetStoreTools*
1+
*/[Ll]ibrary/
2+
*/[Tt]emp/
3+
*/[Oo]bj/
4+
*/[Bb]uild/
5+
*/[Bb]uilds/
6+
*/Assets/AssetStoreTools*
77

88
# Visual Studio 2015 cache directory
99
/.vs/

0 commit comments

Comments
 (0)