find git ignored PHP filesJuly 9, 2021 by LPodolski·0 Commentsto search for PHP files that are ignored by gitgit check-ignore -v $(find . -type f -name '*.php' -print)