git: ignored files and why
find . -type f | git check-ignore -v --stdin
git check-ignore -v **/*
works too, if you don't encounter zsh: argument list too long: git
.
find . -type f | git check-ignore -v --stdin
git check-ignore -v **/*
works too, if you don't encounter zsh: argument list too long: git
.