Skip to content

Instantly share code, notes, and snippets.

@sibelius
Created December 28, 2018 09:57
Show Gist options
  • Save sibelius/3edfa26579681316e35715f067e0b5ef to your computer and use it in GitHub Desktop.
Save sibelius/3edfa26579681316e35715f067e0b5ef to your computer and use it in GitHub Desktop.
remove all __generated__ folders
find . -name "__generated__" -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment