hrs / docsim

A simple, fast command-line tool for searching and comparing text documents.
GNU General Public License v3.0
16 stars 0 forks source link

Respect `.gitignore` files #3

Open hrs opened 1 year ago

hrs commented 1 year ago

Right now docsim doesn't respect .gitignore files. It definitely should; there's no good reason for docsim to search e.g. node_modules by default, and skipping them would probably improve performance (and results) significantly.