webminidisc/.vscode/settings.json

13 lines
248 B
JSON
Raw Permalink Normal View History

2020-03-20 17:21:53 +00:00
{
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"build/": true,
2021-01-17 10:31:41 +00:00
"webminidisc/": true,
2020-03-20 17:21:53 +00:00
}
}