Skip to content

Commit dc0ca6d

Browse files
matzarshiftkey
authored andcommitted
Fixing .gitignore (#2531)
* Update Unity.gitignore Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. * removed wildcards from Unity's .gitignore
1 parent 86e0154 commit dc0ca6d

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)