Skip to content

Commit 534b175

Browse files
added rider .idea/ and removed obsolete vs files
1 parent 9dec079 commit 534b175

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Dotnet.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ bld/
2525

2626
# VS and VS Code files for those working on multiple tools
2727
.vscode/*
28+
2829
!.vscode/settings.json
2930
!.vscode/tasks.json
3031
!.vscode/launch.json
@@ -33,6 +34,9 @@ bld/
3334

3435
.vs/*
3536

37+
# Still usesd in VS for HTTP files and publish profiles
38+
.user
39+
3640
# OS Specifc
3741
.DS_Store/*
3842

@@ -58,16 +62,10 @@ ScaffoldingReadMe.txt
5862
*.nuget.props
5963
*.nuget.targets
6064

61-
# User-specific files
62-
*.rsuser
63-
*.suo
64-
*.user
65-
*.userosscache
66-
*.sln.docstates
67-
6865
# Others
6966
~$*
7067
*~
68+
CodeCoverage/
7169

7270
# MSBuild Binary and Structured Log
7371
*.binlog
@@ -79,4 +77,7 @@ ScaffoldingReadMe.txt
7977
# NUnit
8078
*.VisualState.xml
8179
TestResult.xml
82-
nunit-*.xml
80+
nunit-*.xml
81+
82+
# JetBrains Rider
83+
.idea/*

0 commit comments

Comments
 (0)