Created
October 20, 2023 11:45
-
-
Save MarlonJD/903d509c4be1c509eb2db6e38022aeb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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