PHILO-HE commented on code in PR #10435: URL: https://github.com/apache/incubator-gluten/pull/10435#discussion_r2276018792
########## .gitignore: ########## @@ -2,52 +2,25 @@ *.class *.iml .DS_Store - -# logs *.log **/core$ - -# cache files +hs_err_pid* *.cache +*.war +*.ear +.clangd -# MacOS dir files -.DS_Store - -# IDEA config files +# IDEA config .idea/ -*.iml -*.class - +!.idea/vcs.xml Review Comment: I think in this file the structure and the components are standard. So as long as we keep using standard components, it should work across different Intellij versions. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
