DocSpace-client/.vscode/settings.json

24 lines
508 B
JSON
Raw Normal View History

2022-07-29 09:21:10 +00:00
{
"files.exclude": {
"**/packages": true,
"**/.nuget": true,
2022-07-29 15:20:57 +00:00
"**/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,
2022-07-31 10:12:26 +00:00
"**/LICENSE": true,
"**/build/install": true
2022-07-29 09:21:10 +00:00
}
2022-07-29 15:20:57 +00:00
}