DocSpace-buildtools/.vscode/settings.json

23 lines
478 B
JSON

{
"files.exclude": {
"**/packages": true,
"**/.nuget": true,
"**/common": true,
"**/Data": true,
"**/i18next": true,
//"**/node_modules": true,
"**/migrations": true,
"**/products": true,
"**/Logs": true,
"**/thirdparty": true,
"**/web": true,
"**/*.sln": true,
"**/*.slnf": true,
"**/NuGet.Config": true,
"**/.gitignore": true,
"**/.gitmodules": true,
"**/.editorconfig": true,
"**/LICENSE": true
}
}