From d1833ee13eab4b45b83401f363af524d71efd2b0 Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Mon, 9 Mar 2020 06:15:29 +0000
Subject: [PATCH] Added VSCode to .gitignore

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

diff --git a/.gitignore b/.gitignore
index e70f651f53..2d8acf0160 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,9 @@ report/
 #ignore NetBeans IDE's private files (at least)
 /nbproject/private/
 
+Ignore config files from VSCode
+/.vscode/
+
 #ignore smarty cache
 /view/smarty3/compiled/
 
-- 
2.39.5