2022-05-18 23:01:08 +03:00
2022-05-18 19:05:18 +03:00
2022-05-18 21:45:07 +03:00
2022-05-18 15:51:02 +03:00
2022-05-18 22:59:46 +03:00
2022-05-18 15:22:39 +03:00
2022-05-18 15:22:39 +03:00
2022-05-18 22:59:46 +03:00
2022-05-18 23:01:08 +03:00
2022-05-18 15:22:39 +03:00

Gitignore File Generator

Table of Contents

GI Gen is an open source CLI to generate .gitignore files. It is completely cross-platform, and standalone (no dependencies).

You can run this CLI program to create or append a .gitignore template easily.

Usage

Download the file for your platform in the Releases page.

Put it anywhere that you can run an executable from. It is completely portable to any directory, but it is preferable you put it somewhere that is in your PATH.

Just run gi_gen in the directory you wish to add to and follow the prompts.

$ gi_gen

Features

GI Gen does the following things:

  • Discovers any gitignore templates that might be related to your project (optional)
  • Optionally clean up results from any patterns that aren't in your project
  • Writes to .gitignore (if a file already exists, you may append to it instead)

Credits to open-source-ideas for the idea for the application.

Description
Gitignore generator for any type of project
Readme MIT 160 KiB
Languages
Go 100%