From 14262cd3c58187cba64f5d476d4fa3acee380a8b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 01:37:04 +0400 Subject: [PATCH] .vscode dir added to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 267ac5c..60a5985 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.o -kwh-calc \ No newline at end of file +kwh-calc +.vscode \ No newline at end of file