Files
gitignore-generator/README.md
7000pctAUTO 8b34c139a3
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
fix: resolve CI test failures by simplifying workflow and fixing template loading
2026-02-02 16:53:02 +00:00

28 lines
475 B
Markdown

# gitignore-generator
A CLI tool that generates optimized .gitignore files based on project type and tech stack.
## Features
- Support for 50+ frameworks/languages
- IDE-specific templates (VSCode, JetBrains, etc.)
- Interactive mode for custom templates
- Template management (list/add/remove)
- Validation to catch common mistakes
## Installation
```bash
pip install gitignore-generator
```
## Usage
```bash
gitignore generate python javascript
```
## License
MIT