24 lines
347 B
Text
24 lines
347 B
Text
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
},
|
||
|
{
|
||
|
"path": "rust"
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"discord.enabled": true,
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"**/.svn": true,
|
||
|
"**/.hg": true,
|
||
|
"**/CVS": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/Thumbs.db": true,
|
||
|
"**/.history": true,
|
||
|
".history": true
|
||
|
},
|
||
|
"explorerExclude.backup": null
|
||
|
}
|
||
|
}
|