paulirwin opened a new pull request, #1203:
URL: https://github.com/apache/lucenenet/pull/1203

   - [X] You've read the [Contributor 
Guide](https://github.com/apache/lucenenet/blob/master/CONTRIBUTING.md) and 
[Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
   - [ ] You've included unit or integration tests for your change, where 
applicable.
   - [ ] You've included inline docs for your change, where applicable.
   - [ ] There's an open issue for the PR that you are making. If you'd like to 
propose a change, please [open an 
issue](https://github.com/apache/lucenenet/issues/new/choose) to discuss the 
change or find an existing issue.
   
   Remove and gitignore the `.idea` folder
   
   ## Description
   
   This chore PR removes the `.idea/` folder from the repo and adds it to the 
gitignore, so that it will help prevent accidentally committing changes to this 
folder. This folder is generated by JetBrains Rider, but does not really 
provide much value (at least in its current state) to commit to source control. 
Also, various plugins like Copilot can put files here, creating a bit of a 
mess. It's easier to just remove this and gitignore it, unless someone has a 
good reason to add specific files in it back (and if that happens, they can be 
excluded from the gitignore with `!`).
   


-- 
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]

Reply via email to