b2/.vscode/settings.json
2025-01-14 01:15:53 +01:00

8 lines
176 B
JSON

{
// The following hides files created by and for the Sublime IDE
"files.exclude": {
"*.b2.sublime-project": true,
"**/*.sublime-project": true
}
}