From a95208bfe0339734b36021b5d402f255bad1c4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Thu, 30 Dec 2021 01:47:29 +0100 Subject: [PATCH] ignore app/{debug,release} --- src/android/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/android/.gitignore b/src/android/.gitignore index 6a8a39e..26e296b 100644 --- a/src/android/.gitignore +++ b/src/android/.gitignore @@ -2,3 +2,5 @@ app/build local.properties .idea +app/debug +app/release