From 8de92447c903b643656c95b73b5871ec62fa2499 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Tue, 13 Jul 2021 14:18:57 -0400 Subject: [PATCH] Add ignore for vs code files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 277f558..006f074 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ qtbox TeslaGo -*.log \ No newline at end of file +*.log +.vscode \ No newline at end of file