NightOwl888 commented on code in PR #930: URL: https://github.com/apache/lucenenet/pull/930#discussion_r1523773129
########## src/dotnet/tools/lucene-cli/.gitignore: ########## @@ -0,0 +1,2 @@ +work/ Review Comment: Willing to give this a try. But, I guess the reason you needed this is because you ran the tool locally in the source code directory...? I didn't think of running it that way but I guess a user could if they wanted to. Typically, this would be installed from [NuGet](https://www.nuget.org/packages/lucene-cli/) on the command line: https://lucenenet.apache.org/docs/4.8.0-beta00016/cli/index.html#installation so the work directory doesn't typically end up in the repository. -- 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]
