Skip to content

Generate a pre-built gitignore file with a single command, fun fact: the gitignore file in this project was generated with the project

Notifications You must be signed in to change notification settings

iBz-04/Gen_ignore

Repository files navigation

Gitignore Generator

A simple CLI tool to generate pre-built .gitignore files for different programming languages.

Installation

pip install gitignore-generator==0.1.0 

Usage

Run the command in your project root:

gen-gitignore

The tool will:

  1. Ask you to select a language (Python or JavaScript/TypeScript)
  2. Generate a .gitignore file with standard patterns for the selected language
  3. If a .gitignore already exists, you'll be asked to overwrite or merge

Features

  • Language selection (Python, JavaScript/TypeScript)
  • Standard gitignore patterns for each language
  • Safe handling of existing gitignore files (overwrite or merge)

About

Generate a pre-built gitignore file with a single command, fun fact: the gitignore file in this project was generated with the project

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages