From 3c04430295d9e030510046340c98b9f0189f084e Mon Sep 17 00:00:00 2001
From: svensMPG <sven.schneider@hft-stuttgart.de>
Date: Mon, 28 Jun 2021 11:23:50 +0200
Subject: [PATCH] updated gitignore file to exclude some package.json file and
 the .vscode folder

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6704566..442c165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,10 @@ build/Release
 node_modules/
 jspm_packages/
 
+.vscode/
+package-lock.json
+package.json 
+
 # TypeScript v1 declaration files
 typings/
 
-- 
GitLab