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/
|
||||
/[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/
|
||||
|
|
Reference in a new issue