Baunsgaard commented on a change in pull request #880: [MINOR] [DOC] skip IntelliJ, and mvn build config files URL: https://github.com/apache/systemml/pull/880#discussion_r405495411
########## File path: .gitignore ########## @@ -9,7 +11,16 @@ Gemfile.lock .settings/ .vscode/ -## Inproper copy when switching branch +## IntelliJ + +.idea/ + +## Improper copy when switching branch + +src/ + +## Maven build files target/ -src/ \ No newline at end of file +temp/ +dependency-reduced-pom.xml Review comment: dependency-reduced-pom is gitignored on main branch yes, but i don't think it is removed completely. I would suggest you remove it from your fork, unless it is needed for something. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services