diff --git a/.gitignore b/.gitignore
index c62a91f5fa957607e2705c859d16c30ce334f132..292a94413c18e6fffc849505a7d5ca03e6dcea8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@ out/
 .apt_generated
 .classpath
 .factorypath
-#.project
+.project
 .settings
 .springBeans
 .sts4-cache
@@ -17,7 +17,7 @@ out/
 ### IntelliJ IDEA ###
 .idea
 *.iws
-#*.iml
+*.iml
 *.ipr
 
 ### NetBeans ###
diff --git a/.project b/.project
deleted file mode 100644
index 8cf3a73312b71230a66f4e5dabcdc4c7a097c8b5..0000000000000000000000000000000000000000
--- a/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>entwurfsmuster</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-	<filteredResources>
-		<filter>
-			<id>1701856497829</id>
-			<name></name>
-			<type>30</type>
-			<matcher>
-				<id>org.eclipse.core.resources.regexFilterMatcher</id>
-				<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
-			</matcher>
-		</filter>
-	</filteredResources>
-</projectDescription>