From 1c114570c7659a59613ebc1fe45a5b07918df105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dobrzanski?= Date: Sun, 17 Nov 2019 19:13:08 +0100 Subject: [PATCH] Added aar file type to gitignore (#3233) --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index cf226dd9..56cc6425 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,5 +1,6 @@ # Built application files *.apk +*.aar *.ap_ *.aab