Skip to content

Instantly share code, notes, and snippets.

@sampletext32
Created June 9, 2020 11:18
Show Gist options
  • Save sampletext32/29870ab71f13e2481899ba0a3c37f454 to your computer and use it in GitHub Desktop.
Save sampletext32/29870ab71f13e2481899ba0a3c37f454 to your computer and use it in GitHub Desktop.
curl https://raw.githubusercontent.com/github/gitignore/master/VisualStudio.gitignore --output .gitignore
git add .gitignore
git commit -m "Add .gitignore"
git rm --cached -r .
git add .
git commit -m "Update gitignore"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment