From 87345d5edace291954fd43314fc594f332dda9c3 Mon Sep 17 00:00:00 2001 From: Leonardo Ledda Date: Thu, 1 Jan 2026 14:23:40 +0100 Subject: [PATCH] Android: Add build output folders to gitignore Signed-off-by: Leonardo Ledda --- Source/Android/app/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Android/app/.gitignore b/Source/Android/app/.gitignore index 0886f94956..3b78de26aa 100644 --- a/Source/Android/app/.gitignore +++ b/Source/Android/app/.gitignore @@ -1,2 +1,6 @@ /build +/debug +/release +/benchmarkRelease +/nonMinifiedRelease /.externalNativeBuild