15 lines
319 B
JSON
15 lines
319 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"**/*.vo": true,
|
||
|
"**/*.vok": true,
|
||
|
"**/*.vos": true,
|
||
|
"**/*.aux": true,
|
||
|
"**/*.glob": true,
|
||
|
"**/.git": true,
|
||
|
"**/.svn": true,
|
||
|
"**/.hg": true,
|
||
|
"**/CVS": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/Thumbs.db": true
|
||
|
}
|
||
|
}
|