You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/04/01 18:23:04 UTC

[GitHub] [calcite] vlsi commented on a change in pull request #1893: Ignore more IntelliJ system files

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:
users@infra.apache.org


With regards,
Apache Git Services