@@ -8,9 +8,9 @@ This folder contains the work for the first exercise sheet of the EML Proseminar
### Why can't empty folders be pushed?
Git only knows files and not folders. Empty folders won't be uploaded into the repository. We can use a placeholderfile (.gitkeep) to help us upload the folder. Because of this README the folder can now be uploaded.
Git only knows files and not folders. Empty folders won't be uploaded into the repository. We can use a placeholderfile (`.gitkeep`) to help us upload the folder. Because of this README the folder can now be uploaded.