vlsi commented on a change in pull request #1893: Ignore more IntelliJ system 
files
URL: https://github.com/apache/calcite/pull/1893#discussion_r400887048
 
 

 ##########
 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
   
   We should probably want to make `gradlew idea` throw exception. Native IDEA 
project import should be preferred rather than `gradlew idea` 

----------------------------------------------------------------
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

Reply via email to