https://github.com/foresightyj/gitignorer
A CLI tool to generate .gitignore files interactively
https://github.com/foresightyj/gitignorer
Last synced: 5 months ago
JSON representation
A CLI tool to generate .gitignore files interactively
- Host: GitHub
- URL: https://github.com/foresightyj/gitignorer
- Owner: foresightyj
- Created: 2025-12-24T13:01:55.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-24T13:04:09.000Z (6 months ago)
- Last Synced: 2025-12-26T01:53:26.168Z (6 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usage
Run this to download templates
```sh
gitignorer update-cache
```
Run this to interactively pick and create a .gitignore file
```sh
gitignorer create
```
I'd recommend creating an bash/zsh alias for this:
```sh
alias gig='gitignorer create'
```