I'm trying to push a Grails project to a Git repository (GitLab). If another user imports this project, there are several files missing (domain classes, controller, java src, groovy src ...) which results in buildpath errors.
The project is just a sample project with a lot of empty folders. Is there a way to push all folders including empty ones?