Ver código fonte

added rider .idea/ and removed obsolete vs files

Maddy Montaquila (Leger) 1 mês atrás
pai
commit
534b175305
1 arquivos alterados com 9 adições e 8 exclusões
  1. 9 8
      Dotnet.gitignore

+ 9 - 8
Dotnet.gitignore

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