chore: Ignoring examples platforms folder (#2825)

Change the gitignore to ignore the platform folders of examples.
This commit is contained in:
Erick
2023-10-30 13:59:23 -05:00
committed by GitHub
parent 24fed757ac
commit 7f8ed89e2b

7
.gitignore vendored
View File

@ -47,3 +47,10 @@ _build/
# Custom
lib/generated_plugin_registrant.dart
examples/**/.gitignore
**/example/android
**/example/ios
**/example/linux
**/example/macos
**/example/windows
**/example/web