Honor .gitignore and global git ignores
rstacruz opened this issue · 3 comments
rstacruz commented
It would be nice to do a search and not recurse into node_modules/.
foozmeat commented
+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.
foozmeat commented
I frequently and using spot inside of python/django source trees that contain a virtualenv folder that i add to my .gitignore.
rauchg commented
This would be really cool