Исключить директории grep

Рекурсивный поиск игнорируя .git и node_modules

grep -r --exclude-dir='.git' --exclude-dir='node_modules' 'TODO' .