From 51d92220be64b36ab56c553cb5e77a3d92ee2463 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 27 Jul 2023 19:55:01 +0000 Subject: [PATCH] Ignore generated flutter plugin files These files both start with comments stating that they should not be edited by hand nor checked into source control. Add them to the `.gitignore`. --- pkgs/java_http/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/java_http/.gitignore b/pkgs/java_http/.gitignore index 567609b123..28e4a6c94b 100644 --- a/pkgs/java_http/.gitignore +++ b/pkgs/java_http/.gitignore @@ -1 +1,3 @@ build/ +.flutter-plugins +.flutter-plugins-dependencies