mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
19 lines
511 B
JSON
19 lines
511 B
JSON
{
|
|
"files.exclude": {
|
|
".vscode": true,
|
|
"bin/**": true,
|
|
"Global.asax": true,
|
|
"Global.asax.cs": true,
|
|
"Logs/**": true,
|
|
"obj/**": true,
|
|
"packages.config": true,
|
|
"Properties/**": true,
|
|
"ShadowEditor.code-workspace": true,
|
|
"ShadowEditor.Web.csproj": true,
|
|
"ShadowEditor.Web.csproj.user": true,
|
|
"Upload/**": true,
|
|
"Web.config": true,
|
|
"Web.Debug.config": true,
|
|
"Web.Release.config": true
|
|
}
|
|
} |