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 068aca3 commit 3139794Copy full SHA for 3139794
.gitignore
@@ -0,0 +1,30 @@
1
+bin
2
+obj
3
+node_modules
4
+out
5
+.roslyn/
6
+.omnisharp/
7
+.omnisharp-*/
8
+.vs/
9
+.debugger/
10
+.razor/
11
+.razoromnisharp/
12
+.vscode-test/
13
+dist/
14
+*.razor.json
15
+
16
+install.*
17
18
+*.vsix
19
+*.map
20
21
22
+test/**/.vscode/launch.json
23
+test/**/.vscode/tasks.json
24
25
+.logs/
26
+.nyc_output/
27
+coverage/
28
29
+\.DS_Store
30
+vsix/
0 commit comments