🛡️ A simple CLI to generate
.gitignore
files using donotcommit.com
🔥 Stop committing files you shouldn't. Ever again.
- List all available
.gitignore
templates - Generate
.gitignore
for one or more technologies - Output to terminal or directly to a file
- Powered by donotcommit.com
Using uv:
uv tool install ignoreme
List available templates
ignoreme list
Generate a .gitignore for Python and Zig
ignoreme generate python zig
Save output to a file
ignoreme generate python zig --output .gitignore
This CLI is a simple wrapper for the donotcommit.com API. It fetches .gitignore templates by name and combines them for use in your project.
MIT © Dêvid de Souza Teófilo
Clone the repository.
Install dependencies:
uv sync
Run tests:
task test
Pull requests are welcome.