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 3005abe commit 6a77d6cCopy full SHA for 6a77d6c
.gitignore
@@ -6,10 +6,19 @@ project.lock.json
6
nupkg/
7
8
# Visual Studio Code
9
-.vscode
+.vscode/
10
11
# Rider
12
-.idea
+.idea/
13
+
14
+# Visual Studio
15
+.vs/
16
17
+# Fleet
18
+.fleet/
19
20
+# Code Rush
21
+.cr/
22
23
# User-specific files
24
*.suo
@@ -32,6 +41,3 @@ bld/
32
41
msbuild.log
33
42
msbuild.err
34
43
msbuild.wrn
35
-
36
-# Visual Studio 2015
37
-.vs/
0 commit comments