17 lines
296 B
JSON
17 lines
296 B
JSON
// Workspace settings
|
|
{
|
|
"files.exclude": {
|
|
"bin": true,
|
|
"obj": true,
|
|
"*.csproj": true,
|
|
"*.csproj.filters": true,
|
|
"*.csproj.user": true,
|
|
"*.ref": true,
|
|
"*.db": true,
|
|
".gitignore": true,
|
|
".editorconfig": true,
|
|
"build.cmd": true,
|
|
"build.sh": true
|
|
}
|
|
}
|