Skip to content

Instantly share code, notes, and snippets.

@gyuwon
Created July 22, 2014 13:48
Show Gist options
  • Save gyuwon/a2f79d0597f2d17270ec to your computer and use it in GitHub Desktop.
Save gyuwon/a2f79d0597f2d17270ec to your computer and use it in GitHub Desktop.
function Git-Ignore() {
param([Parameter(Mandatory=$true)][string[]]$list)
Invoke-RestMethod ("http://gitignore.io/api/" + [string]::Join(",",$list))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment