We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc1744 commit 177c023Copy full SHA for 177c023
.gitignore
@@ -98,6 +98,7 @@ jspm_packages/
98
.vscode/
99
!.vscode/tasks.json
100
!.vscode/launch.json
101
+!.vscode/debug-certificate-manager.json
102
103
# Rush temporary files
104
common/deploy/
debug-certificate-manager.json
@@ -0,0 +1,3 @@
1
+{
2
+ "storePath": "common/temp/debug-certificates"
3
+}
0 commit comments