From d6e98ff11bd6c2ea21a2854e11490c370d98344d Mon Sep 17 00:00:00 2001 From: lauta Date: Tue, 25 Apr 2023 14:33:51 +0200 Subject: [PATCH] added folders to gitignore that should not be pressent in git repo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c9106a7..7581eea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules .nyc_output +.DS_Store +.vscode