Skip to content

ixkaito/gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Gitignore

Generate .gitignore using this template.

Install the command line

$ git config --global alias.ignore '!gi() { if [[ ! -f .gitignore ]]; then touch .gitignore && curl -fsSL https://raw.githubusercontent.com/ixkaito/gitignore/master/.gitignore >> .gitignore; fi; }; gi'

Usage

$ git ignore

About

My .gitignore template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published