diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 27e5ac32..35063fc7 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -23,23 +23,6 @@ bld/ [Ll]og/ [Ll]ogs/ -# VS and VS Code files for those working on multiple tools -.vscode/* - -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -.vs/* - -# Still usesd in VS for HTTP files and publish profiles -.user - -# OS Specifc -.DS_Store/* - # .NET Core project.lock.json project.fragment.lock.json @@ -68,7 +51,4 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml - -# JetBrains Rider -.idea/* \ No newline at end of file +nunit-*.xml \ No newline at end of file