From 6f7ffeef13861c242b5ac38800ea9e62950a2a6b Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Thu, 6 Sep 2018 16:03:44 +0200 Subject: [PATCH] Ignore .vscode directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b36e6994..cc76bca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build .DS_Store + +.vscode