A tool that finds and removes unnecessary lines from .gitignore
files.
> go install github.com/Allyedge/allyignore@latest
# Run Allyignore.
> allyignore
# Run Allyignore but don't keep comments and empty lines.
> allyignore --nokeep
# Get help with the commands and options.
> allyignore --help
# Get the version number of Allyignore.
> allyignore --version