Skip to content

Instantly share code, notes, and snippets.

@rwaymouth
Created November 24, 2014 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwaymouth/d217a4b54eb8a765c809 to your computer and use it in GitHub Desktop.
Save rwaymouth/d217a4b54eb8a765c809 to your computer and use it in GitHub Desktop.
Clean .info files from node_modules
find node_modules/ -type f -name "*.info" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment