From eb336f48ffb108d1307564281c58c32b1af37866 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sun, 5 Jun 2022 17:04:29 +0200 Subject: [PATCH] :see_no_evil: ignore build output --- android-app/app/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android-app/app/.gitignore b/android-app/app/.gitignore index 956c004..bd4cf4a 100755 --- a/android-app/app/.gitignore +++ b/android-app/app/.gitignore @@ -1,2 +1,3 @@ /build -/release \ No newline at end of file +/release +/release/output-metadata.json \ No newline at end of file