Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Created July 20, 2023 09:52
Show Gist options
  • Save vielhuber/319daad9755e0054618d5a9428538d48 to your computer and use it in GitHub Desktop.
Save vielhuber/319daad9755e0054618d5a9428538d48 to your computer and use it in GitHub Desktop.
clean up folder Zone.Identifier tmp-browserify #tools
find . -name "*:Zone.Identifier" -type f -delete
find . -name "*.tmp-browserify-*" -type f -delete
find . -name "desktop.ini" -type f -delete
find . -name ".DS_Store" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment