paulirwin commented on code in PR #930: URL: https://github.com/apache/lucenenet/pull/930#discussion_r1523456835
########## src/dotnet/tools/lucene-cli/.gitignore: ########## @@ -0,0 +1,2 @@ +work/ Review Comment: The justification/benefit here is if the lucene-cli folder ends up getting moved/renamed in the future the gitignore still works, which is one reason why I tend to prefer this approach instead of listing the full `src/dotnet/tools/lucene-cli/work/` in the root .gitignore. Let me know if that jibes with you, if not I can make that change. -- 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]
