From fecf6267b7d577e9915974ec467261f33fbfcab2 Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Mon, 13 May 2024 13:21:46 +0200 Subject: [PATCH] add `build/` to `.gitignore` this folder is generated by maven when running builds. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0812805..f75e086 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ buildNumber.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar *.iml -.idea \ No newline at end of file +.idea +build/