diff --git a/.gitignore b/.gitignore
index 1d70d65544105738abf2959954a23dc07b0183a2..ef4f92bc61d330ddcccc06884397c159a080eae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ target/
 
 # Client
 goofy-client/.vscode/
+
+.attach**
+.factorypath
diff --git a/README.md b/README.md
index 4bea38355da8c4294b388518c8f60f8211f65074..e2a122c61ecb6304885b35c4f43d68ee23895e25 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
 ## Versionen
 nodeJS: 14.15.1
 npm: 6.14.8
+
+
+## IDE Setup
+Window > Preferences > Maven > Automatically update Maven projects configuration
diff --git a/goofy-server/docker-compose.yml b/goofy-server/docker-compose.yml
deleted file mode 100644
index bd9c03d6b51e4f3221de1f5945151844e7b92d89..0000000000000000000000000000000000000000
--- a/goofy-server/docker-compose.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-version: "2.1"
-services:
-  mongo:
-    image: mongo:3.2.4
-    ports:
-    - 27017:27017
-    command: --smallfiles
\ No newline at end of file