Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 546 Bytes

Allyignore

GitHub License

A tool that finds and removes unnecessary lines from .gitignore files.

Installation

> go install github.com/Allyedge/allyignore@latest

Usage

# 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