diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..dbd41dd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "files.exclude": { + "bin/": true, + "obj/": true, + "server/node_modules": true + } +} diff --git a/UIFixes.csproj b/UIFixes.csproj index 73d07f2..430777d 100644 --- a/UIFixes.csproj +++ b/UIFixes.csproj @@ -85,6 +85,18 @@ - +