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

https://github.com/neptship/ignore

🚀 Fast and simple .ignore file generator, built in Go
https://github.com/neptship/ignore

cli generator gitignore gitignore-generator golang ignore terminal

Last synced: about 1 year ago
JSON representation

🚀 Fast and simple .ignore file generator, built in Go

Awesome Lists containing this project

README

          


ignore



Reference


goreportcard


test workflow


license


latest release


Features

- Fast
- Cross-Platform - Linux, macOS, Windows
- Easy installation
- More than 600 templates for different technologies
- Friendly error messages in case something goes wrong

Installation

Golang (Windows, Linux, MacOS)

Install using [Golang Packages](https://pkg.go.dev/github.com/neptship/ignore)

```shell
go install github.com/neptship/ignore@latest
```

This script will automatically detect OS & Distro and use the best option available.

From source

Clone the repo
```shell
git clone https://github.com/neptship/ignore.git
cd ignore
go build
go install
```

Usage

Just run `ignore` and you're ready to go.

![Usage](https://github.com/neptship/ignore/blob/main/assets/ignore.gif?raw=true)

Built With

* [Cobra](https://cobra.dev/) - The modern CLI framework used

Authors

* **Mikhail Chikankov** - *Creator project* - [neptship](https://github.com/neptship)

License

Sample and its code provided under MIT license, please see [LICENSE](/LICENSE). All third-party source code provided
under their own respective and MIT-compatible Open Source licenses.

Copyright (C) 2023, neptship

Acknowledgments

* Hat tip to anyone whose code was used
* Inspiration
* etc

[![Stargazers repo roster for @neptship/ignore](https://reporoster.com/stars/neptship/ignore)](https://github.com/neptship/ignore/stargazers)

[![Forkers repo roster for @neptship/ignore](https://reporoster.com/forks/neptship/ignore)](https://github.com/neptship/ignore/network/members)