Updated gitignore 1
Inserted ** before folders
This commit is contained in:
parent
49a4b3103d
commit
0b7b9a70a2
1 changed files with 6 additions and 6 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,9 +1,9 @@
|
||||||
/[Ll]ibrary/
|
**/[Ll]ibrary/
|
||||||
/[Tt]emp/
|
**/[Tt]emp/
|
||||||
/[Oo]bj/
|
**/[Oo]bj/
|
||||||
/[Bb]uild/
|
**/[Bb]uild/
|
||||||
/[Bb]uilds/
|
**/[Bb]uilds/
|
||||||
/Assets/AssetStoreTools*
|
**/Assets/AssetStoreTools*
|
||||||
|
|
||||||
# Visual Studio 2015 cache directory
|
# Visual Studio 2015 cache directory
|
||||||
/.vs/
|
/.vs/
|
||||||
|
|
Reference in a new issue