diff --git a/.gitignore b/.gitignore index 18091f23d4e..220378d072b 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,7 @@ jspm_packages/ .vscode/ !.vscode/tasks.json !.vscode/launch.json +!.vscode/debug-certificate-manager.json # Rush temporary files common/deploy/ diff --git a/debug-certificate-manager.json b/debug-certificate-manager.json new file mode 100644 index 00000000000..c574800aa91 --- /dev/null +++ b/debug-certificate-manager.json @@ -0,0 +1,3 @@ +{ + "storePath": "common/temp/debug-certificates" +} \ No newline at end of file