-
Release v1.0.0
StableSome checks failedCI / test (3.10) (push) Successful in 9m34sCI / test (3.11) (push) Successful in 9m29sCI / test (3.12) (push) Successful in 9m33sCI / test (3.9) (push) Successful in 9m33sCI / lint (push) Failing after 4m43sCI / type-check (push) Successful in 9m28sCI / build (push) Has been skippedRelease / release (push) Failing after 4m51sRelease / release-pypi (push) Has been skippedreleased this
2026-01-29 15:45:39 +00:00 | 0 commits to main since this releaseInitial Release v1.0.0
Welcome to gitignore-cli-generator! This is the first stable release of a CLI tool for generating .gitignore files.
Features
- Generate .gitignore files for any tech stack, framework, or IDE
- Combine multiple templates (e.g.,
python react vscode) - Interactive wizard mode for template selection
- Custom pattern management
- Preview mode before writing files
- Template search functionality
Available Templates
Languages: Python, Node.js, Java, Go, Rust, Ruby
Frameworks: React, Vue, Angular, Django, FastAPI, Flask
IDEs: VSCode, JetBrains, Vim, Emacs
Operating Systems: macOS, Windows, Linux
Installation
pip install gitignore-cli-generatorQuick Start
# Generate .gitignore for Python with VSCode gitignore generate python vscode # Interactive mode gitignore interactive # List all templates gitignore listWhat's Changed
- Initial implementation of all core features
- 18 built-in templates
- Full test suite with 50+ tests
- CI/CD pipeline with linting, type checking, and testing
Downloads