From e7f0f1834004817d0dfcf9f8913354d21afef300 Mon Sep 17 00:00:00 2001 From: Rafa Ruiz Date: Mon, 13 Apr 2026 14:05:48 +0200 Subject: [PATCH 1/2] Dependabot assignees --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58f6abd..8a43cec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "monday" time: "08:00" timezone: "Europe/London" + assignees: + - "RafaRuiz" groups: gradle-patch: patterns: ["*"] @@ -19,6 +21,8 @@ updates: day: "monday" time: "08:00" timezone: "Europe/London" + assignees: + - "RafaRuiz" groups: actions-all: patterns: ["*"] From d644e9407808ca5c66a13865df2dbda924086304 Mon Sep 17 00:00:00 2001 From: Rafa Ruiz Date: Mon, 13 Apr 2026 14:05:55 +0200 Subject: [PATCH 2/2] gitignore --- sampleApp/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sampleApp/.gitignore b/sampleApp/.gitignore index 796b96d..890277b 100644 --- a/sampleApp/.gitignore +++ b/sampleApp/.gitignore @@ -1 +1,4 @@ /build + +local.properties +debug/**/*