Skip to content

devid8642/ignoreme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ignoreme logo

🛡️ A simple CLI to generate .gitignore files using donotcommit.com
🔥 Stop committing files you shouldn't. Ever again.


✨ Features

  • List all available .gitignore templates
  • Generate .gitignore for one or more technologies
  • Output to terminal or directly to a file
  • Powered by donotcommit.com

Installation

Using uv:

uv tool install ignoreme

🚀 Usage

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

🧠 How it works

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.

📄 License

MIT © Dêvid de Souza Teófilo

🛠️ Contributing

Clone the repository.

Install dependencies:

uv sync

Run tests:

task test

Pull requests are welcome.

About

A Python client for donotcommit.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages