From 13049253fa0bd4fe31a344d46aceda8b2631d597 Mon Sep 17 00:00:00 2001 From: David Petrov Date: Mon, 29 Apr 2024 15:21:11 +0300 Subject: [PATCH] fix: add `dependency-reduced-pom.xml` into `.gitignore` This file doesn't belong in source control as a deterministic byproduct of the build process. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index af07aee7..90693b13 100755 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ target/* *.hprof *hs_err_pid* *~ +**/dependency-reduced-pom.xml