rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.33k stars 735 forks source link

Ignoring RVM/rbenv version and gemset config files #1874

Closed chapmajs closed 2 years ago

chapmajs commented 2 years ago

This commit adds .ruby-version and .ruby-gemset to the .gitignore for this project, so that folks using RVM or rbenv (or other tools that may also use these files) won't accidentally commit them.

tancnle commented 2 years ago

Thank you for your contribution @chapmajs ❤️ LGTM 🚀

chapmajs commented 2 years ago

Thanks!