From 7efc8212d12045e393d6b19a763ef65de9ab736d Mon Sep 17 00:00:00 2001
From: Martin Wighus Holtmon <martinwh@stud.ntnu.no>
Date: Mon, 1 Nov 2021 19:42:29 +0100
Subject: [PATCH] Updated .gitignore to ignore .idea folder inside of each
 project folder

---
 projectFirstPart/.gitignore  | 1 +
 projectSecondPart/.gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/projectFirstPart/.gitignore b/projectFirstPart/.gitignore
index eb99767..d24d0e1 100644
--- a/projectFirstPart/.gitignore
+++ b/projectFirstPart/.gitignore
@@ -1,3 +1,4 @@
+.idea
 node_modules
 /start.bat
 /compiled/
\ No newline at end of file
diff --git a/projectSecondPart/.gitignore b/projectSecondPart/.gitignore
index eb99767..d24d0e1 100644
--- a/projectSecondPart/.gitignore
+++ b/projectSecondPart/.gitignore
@@ -1,3 +1,4 @@
+.idea
 node_modules
 /start.bat
 /compiled/
\ No newline at end of file
-- 
GitLab