RFR: 8223373: Remove IntelliJ IDEA specific files from the source code repository [v5]

Thiago Milczarek Sayao tsayao at openjdk.org
Sat Apr 15 23:32:42 UTC 2023


On Fri, 14 Apr 2023 16:14:36 GMT, Marius Hanl <mhanl at 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


More information about the openjfx-dev mailing list