Created
July 22, 2014 13:48
-
-
Save gyuwon/a2f79d0597f2d17270ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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