JiahuiJiang commented on a change in pull request #1893: Ignore more IntelliJ system files URL: https://github.com/apache/calcite/pull/1893#discussion_r400873274
########## File path: .gitignore ########## @@ -31,6 +31,8 @@ /example/*/out .idea *.iml +*.ipr +*.iws Review comment: They are the config files generated for me when I run "./gradlew idea" :D ---------------------------------------------------------------- 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
