16 lines
401 B
JSON
16 lines
401 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/.trunk/*actions/": true,
|
|
"**/.trunk/*logs/": true,
|
|
"**/.trunk/*notifications/": true,
|
|
"**/.trunk/*out/": true,
|
|
"**/.trunk/*plugins/": true
|
|
},
|
|
"hide-files.files": []
|
|
} |