HyukjinKwon commented on a change in pull request #32998: URL: https://github.com/apache/spark/pull/32998#discussion_r655242740
########## File path: .gitignore ########## @@ -15,8 +15,8 @@ .ensime_cache/ .ensime_lucene .generated-mima* -# The star is required for further !.idea/ to work, see https://git-scm.com/docs/gitignore -.idea/* +.idea/ +# SPARK-35223: Add IssueNavigationLink to make IDEA support hyperlink on JIRA Ticket and GitHub PR on Git plugin. !.idea/vcs.xml python/.idea Review comment: @gengliangwang can you remove both: ``` !.idea/vcs.xml python/.idea ``` and add a comment here https://github.com/apache/spark/blob/master/.idea/vcs.xml#L17 that the file should be fixed with -f option? ########## File path: .gitignore ########## @@ -15,8 +15,8 @@ .ensime_cache/ .ensime_lucene .generated-mima* -# The star is required for further !.idea/ to work, see https://git-scm.com/docs/gitignore -.idea/* +.idea/ +# SPARK-35223: Add IssueNavigationLink to make IDEA support hyperlink on JIRA Ticket and GitHub PR on Git plugin. !.idea/vcs.xml python/.idea Review comment: 👌 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
