diff --git a/README.md b/README.md
index 90caa9c6bba1139bf0089ad18ddc835a9cc3130a..42b01836a3cdec5ecc9cf5fdbc030c28f9f439d8 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@ The MetaDataApp is an application for creating meta.json files for the SFB1280 F
 
 ## Structure of the project
 
-The structure of the project is sadly a bit messy. Due to the fact, that the gitignore file was not working, a few unnessary folders and files are also on the gitlab.
-
 #### Important Files and Folders
 - **Source code**: The code of the actual project. Found in src/AppJ_V03.java
 - **Libaries**: The crucial libaries are
@@ -16,14 +14,7 @@ The structure of the project is sadly a bit messy. Due to the fact, that the git
     - jgoodies-forms-1.8.0-source.jar
     - json-simple-1.1.jar
     - miglayout15-swing.jar
-- **.classpath**: Might be importatant to setup the libs, but this can be done manual aswell.
-- **Folders which can be ignored**:
-    - .metadata
-    - .settings
-    - bin
-    - libary source folders
-    - .project
-    
+- **.classpath**: Might be importatant to setup the libs, but this can be done manual aswell.    
 
 
 ## Structure of the code