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
- Host: GitHub
- URL: https://github.com/neptship/ignore
- Owner: neptship
- License: mit
- Created: 2023-12-07T18:08:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:12:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T23:50:04.396Z (about 1 year ago)
- Topics: cli, generator, gitignore, gitignore-generator, golang, ignore, terminal
- Language: Go
- Homepage:
- Size: 38.3 MB
- Stars: 50
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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.

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
[](https://github.com/neptship/ignore/stargazers)
[](https://github.com/neptship/ignore/network/members)