Hacker News new | past | comments | ask | show | jobs | submit login

99.99% of the times you don't want to search for files that are in .gitignore. Ignoring by default is the sane default, as it reduces the amount of false positives. If you do want to search through all files, there's probably a flag that allows you to do that. You can alias your commands to `alias tool="tool --whatever-flag"`.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: