From 004cc3d029cd8fdead9644b0381243e519b192d3 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Sat, 25 Oct 2025 23:03:25 -0500 Subject: [PATCH] chore: update ignored commits in gradle config --- app/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4b4cae6..0cbc842 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,6 +12,9 @@ changelog { baseBranch = "main" ignoreCommits = listOf( "test", + "tests", + "readme", + "README" ) } } -- 2.43.0