diff options
author | Sascha Peilicke <sascha@peilicke.de> | 2020-05-06 15:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 10:30:31 -0300 |
commit | 07b3cd7a90de3fb5e88303a23d619ebd4cdd807a (patch) | |
tree | 60a7440e686d1a192f38b9b70d6ebc04401e1f0e | |
parent | eee21bf0c397cddc39ff1c94615d135e0ad36f8c (diff) | |
download | gitignore-07b3cd7a90de3fb5e88303a23d619ebd4cdd807a.tar.gz gitignore-07b3cd7a90de3fb5e88303a23d619ebd4cdd807a.zip |
Dart: Ignore .flutter-plugins (#3398)
Generated files that appear when using 'google_fonts' or other Dart
packages designed as Flutter plugins.
-rw-r--r-- | Dart.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dart.gitignore b/Dart.gitignore index dbef116d..6d21af37 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -19,3 +19,6 @@ doc/api/ *.js_ *.js.deps *.js.map + +.flutter-plugins +.flutter-plugins-dependencies |