Project

gitignores

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Generates .gitignore
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

= 2.13.3
 Project Readme

Gitignores

Tool for building a .gitignore from community templates at github/gitignore

Installation

gem install gitignores

Usage

add append a list of .gitignores to the .gitignore in the current directory. Example:

gitignores add Java JetBrains Eclipse

Adds gitignores for Java, JetBrains, Eclipse to CURRENT_DIR/.gitignore

show prints a concatenation of .gitignores to standard out

gitignores show Java JetBrains Eclipse

Prints gitignores for Java, JetBrains, Eclipse to standard out

list prints a list of available gitignores

gitignores list

update updates the github/gitignore cache (by default $HOME/.gitignores)

gitignores update