dweiss commented on a change in pull request #1993: URL: https://github.com/apache/lucene-solr/pull/1993#discussion_r511344950
########## File path: .gitignore ########## @@ -1,43 +1,27 @@ -# . -/eclipse-build -/maven-build -/classes -build -/idea-build -dist -lib -test-lib -*~ -.#* -/build.properties -/.idea -lucene/**/*.iml -parent.iml -*.ipr -*.iws -/*.iml -.project -.classpath -.settings -/.caches -/prj.el -bin -/bin -/bin.* -pom.xml -/nbproject -/nb-build -.pydevproject -__pycache__ -/dev-tools/scripts/scripts.iml -.DS_Store - -build/ +# Gradle +# Ignore the generated local settings file. +/gradle.properties .gradle/ -.idea/ +build/ -# Ignore the generated local settings file. -gradle.properties +# IntelliJ IDEA +/.idea/ +# IntelliJ creates this folder, ignore. Review comment: This is caused by the fact that it's a composite build and we don't configure it with such extra care as we do with other projects (we don't override intellij's defaults). I don't think this matters. ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org