christinach commented on code in PR #1827: URL: https://github.com/apache/solr/pull/1827#discussion_r1285021084
########## .gitignore: ########## @@ -43,3 +43,6 @@ __pycache__ # Ignore gradle wrapper gradle/wrapper/gradle-wrapper.jar .gradletasknamecache + +.vscode/ +.tool-versions Review Comment: @dsmiley thank you for reviewing. In our application dev environment we use [asdf](https://asdf-vm.com/) to manage all [tool-versions](https://asdf-vm.com/manage/configuration.html#tool-versions) definitions. Will add a 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. 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]
