From 2cd9e3168486a2b9cac532b319fd6f4a6c1ac03b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 16 Jun 2018 14:27:54 -0700 Subject: [PATCH] Update gitignore to handle app bundles and other new files dropped by AS --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9332c77..e879e226 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ -#built application files +# built application files *.apk *.ap_ +*.aab +output.json +out/ # files for the dex VM *.dex