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 cad6506 commit 9667b3cCopy full SHA for 9667b3c
.gitignore
@@ -82,6 +82,8 @@ StyleCopReport.xml
82
*.pgc
83
*.pgd
84
*.rsp
85
+# but not Directory.Build.rsp, as it configures directory-level build defaults
86
+!Directory.Build.rsp
87
*.sbr
88
*.tlb
89
*.tli
@@ -301,7 +303,7 @@ node_modules/
301
303
*.dsw
302
304
*.dsp
305
-# Visual Studio 6 technical files
306
+# Visual Studio 6 technical files
307
*.ncb
308
*.aps
309
@@ -395,4 +397,4 @@ FodyWeavers.xsd
395
397
*.msp
396
398
399
# JetBrains Rider
-*.sln.iml
400
+*.sln.iml
0 commit comments