vlsi commented on a change in pull request #1893: Ignore more IntelliJ system files URL: https://github.com/apache/calcite/pull/1893#discussion_r401818955
########## File path: .gitignore ########## @@ -31,6 +31,8 @@ /example/*/out .idea *.iml +*.ipr +*.iws Review comment: Well, if you happen to have ipr and iws files, we can merge the PR. However, I'm using IDEA, and I find it is easier to use regular project import rather than trying to use other approaches. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
