On Fri, 14 Apr 2023 16:14:36 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> .gitignore line 57: >> >>> 55: >>> 56: # IntelliJ >>> 57: out/ >> >> This would pick up more than just IntelliJ files. Are they all needed? > > `out` is the default `Compiler output` path in IntelliJ. But I don't think it > is really needed here. Updated it, `*.iml` and `*.ipr` are the Idea project files that are created when importing from gradle. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1009#discussion_r1167667445