|
@@ -25,6 +25,7 @@ bld/
|
|
|
|
|
|
# VS and VS Code files for those working on multiple tools
|
|
# VS and VS Code files for those working on multiple tools
|
|
.vscode/*
|
|
.vscode/*
|
|
|
|
+
|
|
!.vscode/settings.json
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/launch.json
|
|
@@ -33,6 +34,9 @@ bld/
|
|
|
|
|
|
.vs/*
|
|
.vs/*
|
|
|
|
|
|
|
|
+# Still usesd in VS for HTTP files and publish profiles
|
|
|
|
+.user
|
|
|
|
+
|
|
# OS Specifc
|
|
# OS Specifc
|
|
.DS_Store/*
|
|
.DS_Store/*
|
|
|
|
|
|
@@ -58,16 +62,10 @@ ScaffoldingReadMe.txt
|
|
*.nuget.props
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
*.nuget.targets
|
|
|
|
|
|
-# User-specific files
|
|
|
|
-*.rsuser
|
|
|
|
-*.suo
|
|
|
|
-*.user
|
|
|
|
-*.userosscache
|
|
|
|
-*.sln.docstates
|
|
|
|
-
|
|
|
|
# Others
|
|
# Others
|
|
~$*
|
|
~$*
|
|
*~
|
|
*~
|
|
|
|
+CodeCoverage/
|
|
|
|
|
|
# MSBuild Binary and Structured Log
|
|
# MSBuild Binary and Structured Log
|
|
*.binlog
|
|
*.binlog
|
|
@@ -79,4 +77,7 @@ ScaffoldingReadMe.txt
|
|
# NUnit
|
|
# NUnit
|
|
*.VisualState.xml
|
|
*.VisualState.xml
|
|
TestResult.xml
|
|
TestResult.xml
|
|
-nunit-*.xml
|
|
|
|
|
|
+nunit-*.xml
|
|
|
|
+
|
|
|
|
+# JetBrains Rider
|
|
|
|
+.idea/*
|