You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now
docsim
doesn't respect.gitignore
files. It definitely should; there's no good reason fordocsim
to search e.g.node_modules
by default, and skipping them would probably improve performance (and results) significantly.The text was updated successfully, but these errors were encountered: