From 2b97808f1fd041bf1d126b00712263cb34dc3c70 Mon Sep 17 00:00:00 2001 From: Saevar2000 Date: Mon, 2 Apr 2018 12:48:13 +0000 Subject: [PATCH] add .vscode to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a0ff53032..35908eca9 100644 --- a/.gitignore +++ b/.gitignore @@ -291,3 +291,5 @@ __pycache__/ # Bundling JS/CSS BTCPayServer/wwwroot/bundles/* !BTCPayServer/wwwroot/bundles/.gitignore + +.vscode