Skip to content

Instantly share code, notes, and snippets.

@keith9820
Last active August 16, 2016 21:00
Show Gist options
  • Save keith9820/2a5fa7fc013b97bbe05e21f8efe3c3e5 to your computer and use it in GitHub Desktop.
Save keith9820/2a5fa7fc013b97bbe05e21f8efe3c3e5 to your computer and use it in GitHub Desktop.
Fetch .gitignore file
curl curl -L https://gist.githubusercontent.com/keith9820/969e98649155c07b083ace6cd004c729/raw/996e638a881a4be4c79c0e1920797a44f71f572c/.gitignore > .gitignore
-or-
Invoke-RestMethod -Uri https://gist.githubusercontent.com/keith9820/969e98649155c07b083ace6cd004c729/raw/996e638a881a4be4c79c0e1920797a44f71f572c/.gitignore | Out-File -Encoding ascii .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment