Skip to content

Instantly share code, notes, and snippets.

@motowilliams
Last active February 28, 2016 19:43
Show Gist options
  • Save motowilliams/8191936 to your computer and use it in GitHub Desktop.
Save motowilliams/8191936 to your computer and use it in GitHub Desktop.
Download VS .gitignore from GitHub via Powershell
(new-object System.Net.WebClient).Downloadfile("https://raw.github.com/github/gitignore/master/VisualStudio.gitignore", "$pwd\.gitignore")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment