An open API service indexing awesome lists of open source software.

https://github.com/chenasraf/gi-gen-vscode-extension

VS Code extension that creates .gitignore for you automatically
https://github.com/chenasraf/gi-gen-vscode-extension

generator gitignore gitignore-generator vscode-extension

Last synced: 9 months ago
JSON representation

VS Code extension that creates .gitignore for you automatically

Awesome Lists containing this project

README

          

# GI Gen - Smart Gitignore Generator

## Features

Create a gitignore file for your project automatically.

Can **automatically discover** your project type, or you can choose manually, and allows you to
**remove unused patterns** from the resulting file.

Based on [gi_gen](https://github.com/chenasraf/gi_gen).

## Requirements

No requirements other than git, the binary is downloaded on first run.

## Release Notes

### 0.0.3

- Fix Linux support

### 0.0.1

- Initial release