tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Spellcheck files ignored by `.gitignore` #58

Closed declanvk closed 4 years ago

declanvk commented 4 years ago

Hello,

I'm interested in spellchecking files that are generated from my build process. However I ran into an issue because those files are covered in my .gitignore, and the spellchecker command respects those settings.

I've submitted a PR (#57) that adds an option to disable that.

Thanks, Declan