Skip to content

Instantly share code, notes, and snippets.

@tomanistor
Last active August 5, 2019 20:50
Show Gist options
  • Save tomanistor/b4ce579715888727b827eccb4de3f84c to your computer and use it in GitHub Desktop.
Save tomanistor/b4ce579715888727b827eccb4de3f84c to your computer and use it in GitHub Desktop.
Remove files and folders mentioned in .gitignore
git ls-files --ignored --exclude-standard -z | xargs -0 git rm --cached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment