From 675083fa01b03fe77e2ce029007bf7a23f9c6588 Mon Sep 17 00:00:00 2001 From: Leah Date: Wed, 11 Feb 2026 17:10:49 +0100 Subject: [PATCH] Update .gitignore to exclude .gradle/ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b918113..ab7ac25 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,5 @@ keystore.properties # IDE .vscode/launch.json .vscode/settings.json + +.gradle/ \ No newline at end of file