From 8584c765b2c23cb7a8b2a351e4f609a2973a0bf4 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 2 Sep 2019 12:40:32 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c60c96e..8e3fa7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ *.ap_ /app/release +app/*2020/ + # Files for the Dalvik VM *.dex @@ -15,7 +17,7 @@ *.class # Generated files -bin/ +bin gen/ # Gradle files @@ -42,4 +44,4 @@ gen-external-apklibs # Libraries /libs/*/*/build -/captures \ No newline at end of file +/captures