Skip to content

Instantly share code, notes, and snippets.

@cevaris
Created November 6, 2015 02:52
Show Gist options
  • Save cevaris/62c98a5592cfd9f714f3 to your computer and use it in GitHub Desktop.
Save cevaris/62c98a5592cfd9f714f3 to your computer and use it in GitHub Desktop.
gitignore fetcher for several languages
# gitignore
func gitignore() {
curl https://raw.githubusercontent.com/github/gitignore/master/$1.gitignore
}
@cevaris
Copy link
Author

cevaris commented Nov 6, 2015

Usage

$ gitignore Java > .gitignore
$ gitignore Python > .gitignore
$ gitignore Scala > .gitignore

Available languages

https://github.com/github/gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment