From ba9b09ccb9b836e50b7d89df5ea5fc8a6de359e8 Mon Sep 17 00:00:00 2001 From: Irina Yatsenko Date: Wed, 17 Jun 2020 13:43:54 -0700 Subject: [PATCH] added .vscode folder to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d23c8bcc645..754c9b65976 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +# Visual Studio Code cache/options directory +.vscode/ + # Visual Studio Code Ionide-FSharp extension cache directory .ionide/