An open API service indexing awesome lists of open source software.

https://github.com/allyedge/allyignore

A tool that finds and removes unnecessary lines from .gitignore files.
https://github.com/allyedge/allyignore

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Allyignore

[![GitHub License](https://img.shields.io/github/license/Allyedge/allyignore)](https://github.com/Allyedge/allyignore)

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

## Installation

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

## Usage

```sh
# 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
```