• v1.0.0 8ed8de01af

    Release v1.0.0
    Some checks failed
    CI / test (3.10) (push) Successful in 9m34s
    CI / test (3.11) (push) Successful in 9m29s
    CI / test (3.12) (push) Successful in 9m33s
    CI / test (3.9) (push) Successful in 9m33s
    CI / lint (push) Failing after 4m43s
    CI / type-check (push) Successful in 9m28s
    CI / build (push) Has been skipped
    Release / release (push) Failing after 4m51s
    Release / release-pypi (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-29 15:45:39 +00:00 | 0 commits to main since this release

    Initial 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-generator
    

    Quick Start

    # Generate .gitignore for Python with VSCode
    gitignore generate python vscode
    
    # Interactive mode
    gitignore interactive
    
    # List all templates
    gitignore list
    

    What'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