We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dec079 commit 534b175Copy full SHA for 534b175
Dotnet.gitignore
@@ -25,6 +25,7 @@ bld/
25
26
# VS and VS Code files for those working on multiple tools
27
.vscode/*
28
+
29
!.vscode/settings.json
30
!.vscode/tasks.json
31
!.vscode/launch.json
@@ -33,6 +34,9 @@ bld/
33
34
35
.vs/*
36
37
+# Still usesd in VS for HTTP files and publish profiles
38
+.user
39
40
# OS Specifc
41
.DS_Store/*
42
@@ -58,16 +62,10 @@ ScaffoldingReadMe.txt
58
62
*.nuget.props
59
63
*.nuget.targets
60
64
61
-# User-specific files
-*.rsuser
-*.suo
-*.user
65
-*.userosscache
66
-*.sln.docstates
67
-
68
# Others
69
~$*
70
*~
+CodeCoverage/
71
72
# MSBuild Binary and Structured Log
73
*.binlog
@@ -79,4 +77,7 @@ ScaffoldingReadMe.txt
79
77
# NUnit
80
78
*.VisualState.xml
81
TestResult.xml
82
-nunit-*.xml
+nunit-*.xml
+# JetBrains Rider
83
+.idea/*
0 commit comments