From 54348ed280b90aa00777bb9cfc05d2d8b87c7aba Mon Sep 17 00:00:00 2001
From: Eilert Tunheim <emtunhei@stud.ntnu.no>
Date: Thu, 17 Feb 2022 16:13:43 +0100
Subject: [PATCH] updated .gitignore file

---
 .gitignore         | 4 +++-
 .idea/compiler.xml | 3 +++
 .idea/misc.xml     | 7 +++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index f69c89c..8fb53a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@
 # Default ignored files
-/workspace.xml
+/.idea/workspace.xml
+/.idea/shelf/
 /out/
 /.idea/sonarlint
+/.idea/vcs.xml
 /dataSources/
 /dataSources.local.xml
 /vpproject/
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index f46b06d..a2703e1 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -9,5 +9,8 @@
         <module name="Bachelor_application" />
       </profile>
     </annotationProcessing>
+    <bytecodeTargetLevel>
+      <module name="Bachelor_application" target="8" />
+    </bytecodeTargetLevel>
   </component>
 </project>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 89e42c1..d2b574f 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="MavenProjectsManager">
+    <option name="originalFiles">
+      <list>
+        <option value="$PROJECT_DIR$/pom.xml" />
+      </list>
+    </option>
+  </component>
   <component name="ProjectKey">
     <option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" />
   </component>
-- 
GitLab