10 lines
188 B
JSON
10 lines
188 B
JSON
|
|
{
|
||
|
|
"files.exclude": {
|
||
|
|
"**/.git": true,
|
||
|
|
"**/.svn": true,
|
||
|
|
"**/.hg": true,
|
||
|
|
"**/.DS_Store": true,
|
||
|
|
"**/Thumbs.db": true,
|
||
|
|
".yoyo": true
|
||
|
|
}
|
||
|
|
}
|