rauchg/spot

Honor .gitignore and global git ignores

rstacruz opened this issue · 3 comments

It would be nice to do a search and not recurse into node_modules/.

+1

Honoring .gitignore by default is a good idea. Add a flag to reverse the behavior for the rare time when you need to search everything.

I frequently and using spot inside of python/django source trees that contain a virtualenv folder that i add to my .gitignore.

This would be really cool