🛡️ A simple CLI to generate
.gitignorefiles using donotcommit.com
🔥 Stop committing files you shouldn't. Ever again.
- List all available
.gitignoretemplates - Generate
.gitignorefor one or more technologies - Output to terminal or directly to a file
- Powered by donotcommit.com
Using uv:
uv tool install ignoremeList available templates
ignoreme listGenerate a .gitignore for Python and Zig
ignoreme generate python zigSave output to a file
ignoreme generate python zig --output .gitignoreThis 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 syncRun tests:
task testPull requests are welcome.
