From fb3530281fb0b5b3fbca0ac2a3dcdf5b1ee740c9 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Mon, 5 May 2025 12:08:18 +0200 Subject: [PATCH] Update .gitignore (#771) --- apps/mobile-app/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/mobile-app/.gitignore b/apps/mobile-app/.gitignore index 4a4fb7807..6b60de3ec 100644 --- a/apps/mobile-app/.gitignore +++ b/apps/mobile-app/.gitignore @@ -42,3 +42,6 @@ app-example # to check them in as it's not needed for the applications to actually run. *.js.map *.mjs.map + +# Test output files +coverage