Skip to content

roaldnefs/gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest release version GitHub - License GitHub Workflow Status GitHub contributors
gitignore is a tool for downloading `.gitignore` templates.
Download Latest Release »
Report Bug · Request Feature

Introduction

A tool for downloading .gitignore templates.

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go install github.com/roaldnefs/gitignore@latest

Usage

$ gitignore --help
Gitignore will create a new .gitignore file in the current working
directory.

Example: gitignore Python -> resulting in a new .gitignore file for Python.

Usage:
  gitignore [language name] [flags]

Flags:
  -g, --global   Search globally useful gitignores
  -h, --help     help for gitignore

$ gitignore go
.gitignore created at /home/roald/go/src/github.com/roaldnefs/gitignore/.gitignore