Skip to content

Instantly share code, notes, and snippets.

@MarlonJD
Created October 20, 2023 11:45
Show Gist options
  • Save MarlonJD/903d509c4be1c509eb2db6e38022aeb7 to your computer and use it in GitHub Desktop.
Save MarlonJD/903d509c4be1c509eb2db6e38022aeb7 to your computer and use it in GitHub Desktop.
for d in packages/*/; do git rm --cached $d/.flutter-plugins; done
for d in packages/*/; do git rm --cached $d/.flutter-plugins-dependencies; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment