From 1080cb84cb36228358fcb842306ef30dada233a9 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Thu, 27 Feb 2020 00:23:32 -0500 Subject: [PATCH] tweak gitignore per https://github.com/flutter/flutter/issues/13892 --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6d517b3..07e7c4e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,10 +30,12 @@ .pub/ /build/ +gen/ +bin/ +out/ + # Web related lib/generated_plugin_registrant.dart # Exceptions to above rules. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages - -android/app/src/*/gen