- Fast
- Cross-Platform - Linux, macOS, Windows
- Easy installation
- More than 600 templates for different technologies
- Friendly error messages in case something goes wrong
Install using Golang Packages
go install github.com/neptship/ignore@latest
This script will automatically detect OS & Distro and use the best option available.
Clone the repo
git clone https://github.com/neptship/ignore.git
cd ignore
GNU Make (Recommended)
make setup # if you want to compile and install ignore cli to path
If you don't have GNU Make use this
# To build
go build
# To install
go install
See ignore help
for more information
Commands
Name | Description |
---|---|
create | create .ignore file |
add | add a template to .ignore file |
list | available templates for .ignore files |
- Cobra - The modern CLI framework used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Mikhail Chikankov - Creator project - neptship
Sample and its code provided under MIT license, please see LICENSE. All third-party source code provided under their own respective and MIT-compatible Open Source licenses.
Copyright (C) 2023, Mikhail Chikankov
- Hat tip to anyone whose code was used
- Inspiration
- etc