unixorn/git-extra-commands

View on GitHub
bin/git-ignored

Summary

Maintainability
Test Coverage
#!/bin/sh
#
# Show what files are being ignored in the repo

exec git ls-files --others --i --exclude-standard