On Wed, 19 Apr 2023 14:23:44 GMT, Johan Vos <j...@openjdk.org> wrote:
> > The Eclipse files are fine, but we don't have an embedded `.gitignore` > > anywhere else, and I don't think we need to start now. > > I agree with removing the .gitignore, but I'm not sure about the Eclipse > files. If those are added, I think we should add files for NetBeans and > IntelliJ as well. It's I think just in line with what we do now for projects -- the structure of JavaFX is not 100% compatible with how Eclipse can structure its projects, and this is why for Eclipse we maintain our own config files. For IntelliJ (and not sure about Netbeans) I think it manages to import the project correctly without custom provided config files. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1097#issuecomment-1514925371