Skip to content

Instantly share code, notes, and snippets.

@makomweb
Created March 23, 2021 13:31
Show Gist options
  • Save makomweb/ef5379a9d20965dde85266349dcb8682 to your computer and use it in GitHub Desktop.
Save makomweb/ef5379a9d20965dde85266349dcb8682 to your computer and use it in GitHub Desktop.
Cleanup files which should be ignored in VCS
# update .gitignore properly
# after that:
git rm -rf --cached .
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment