Skip to content

Instantly share code, notes, and snippets.

@jvanderwee
Created July 4, 2018 14:51
Show Gist options
  • Save jvanderwee/bd96ead75a85d633a83df55b3da84294 to your computer and use it in GitHub Desktop.
Save jvanderwee/bd96ead75a85d633a83df55b3da84294 to your computer and use it in GitHub Desktop.
Retrospectively apply .gitignore
git rm -r --cached .
git add .
git commit -m "Retrospectively applied gitignore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment