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.
- Host: GitHub
- URL: https://github.com/allyedge/allyignore
- Owner: Allyedge
- License: mit
- Created: 2024-01-12T18:20:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T15:35:24.000Z (over 2 years ago)
- Last Synced: 2024-06-20T06:30:17.157Z (about 2 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```