diff --git a/.idea/.gitignore b/.idea/.gitignore
index 13566b8..02565d0 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -6,3 +6,19 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+pom.xml.next
+release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+.mvn/wrapper/maven-wrapper.jar
+
+# Eclipse m2e generated files
+# Eclipse Core
+.project
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
\ No newline at end of file
diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
index 09bf98c..d0814c0 100644
--- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
+++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
@@ -1,2 +1 @@
/Users/imron/OneDrive - lt.hs-fulda.de/Desktop/Semester_7_HSF/CI/AirlineManagementSystem/src/test/java/hs/fulda/de/ci/exam/project/ExampleClassTest.java
-/Users/imron/OneDrive - lt.hs-fulda.de/Desktop/Semester_7_HSF/CI/AirlineManagementSystem/src/test/java/TestExample.java
diff --git a/target/surefire-reports/TEST-TestExample.xml b/target/surefire-reports/TEST-TestExample.xml
index 38e33bc..1ee3c16 100644
--- a/target/surefire-reports/TEST-TestExample.xml
+++ b/target/surefire-reports/TEST-TestExample.xml
@@ -16,7 +16,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -45,7 +45,6 @@
-
diff --git a/target/surefire-reports/TEST-hs.fulda.de.ci.exam.project.ExampleClassTest.xml b/target/surefire-reports/TEST-hs.fulda.de.ci.exam.project.ExampleClassTest.xml
index bbddb48..d273299 100644
--- a/target/surefire-reports/TEST-hs.fulda.de.ci.exam.project.ExampleClassTest.xml
+++ b/target/surefire-reports/TEST-hs.fulda.de.ci.exam.project.ExampleClassTest.xml
@@ -1,5 +1,5 @@
-
+
@@ -16,7 +16,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -45,7 +45,6 @@
-
@@ -59,5 +58,5 @@
-
+
\ No newline at end of file
diff --git a/target/surefire-reports/hs.fulda.de.ci.exam.project.ExampleClassTest.txt b/target/surefire-reports/hs.fulda.de.ci.exam.project.ExampleClassTest.txt
index 3da405b..f790629 100644
--- a/target/surefire-reports/hs.fulda.de.ci.exam.project.ExampleClassTest.txt
+++ b/target/surefire-reports/hs.fulda.de.ci.exam.project.ExampleClassTest.txt
@@ -1,4 +1,4 @@
-------------------------------------------------------------------------------
Test set: hs.fulda.de.ci.exam.project.ExampleClassTest
-------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in hs.fulda.de.ci.exam.project.ExampleClassTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in hs.fulda.de.ci.exam.project.ExampleClassTest