rauchg / spot

Tiny file search utility (bash)
930 stars 45 forks source link

Honor .gitignore and global git ignores #27

Open rstacruz opened 9 years ago

rstacruz commented 9 years ago

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

foozmeat commented 8 years ago

+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 7 years ago

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

rauchg commented 6 years ago

This would be really cool