Automatically respect files and directories in `.gitignore`
kleinjm opened this issue · 1 comments
kleinjm commented
I would love to avoid having yaml-lint -i ./
run on my gitignored files and directories.
Perhaps in lieu of that feature, do you know how to get it to ignore directories such as node_modules
?
tejasbubane commented
@kleinjm yaml-lint -e node_modules -i ./