From cba8cc1dc43acd00141aa7bcb3a9cbd15750ba5b Mon Sep 17 00:00:00 2001
From: Michael Keppler <michael.keppler@gmx.de>
Date: Tue, 10 Dec 2024 09:24:08 +0000
Subject: [PATCH] Maven gitignore configuration

---
 readme.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/readme.md b/readme.md
index d328b89..ee697c2 100644
--- a/readme.md
+++ b/readme.md
@@ -145,6 +145,15 @@ The following sample shows a Develocity configuration for a Maven project:
 </develocity>
 ```
 
+#### .gitignore
+
+Please add the following to your root directory `.gitignore` file. See [Manual Setup](https://docs.gradle.com/develocity/maven-extension/current/#manual_setup) for a detailed explanation.
+
+```
+# develocity local state files (configuration files are in /.mvn only)
+/.mvn/.develocity/
+```
+
 See the [Develocity compatibility chart](https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility_2) for the most recent version of the Develocity Maven Extension compatible with the currently installed version of Develocity at [https://develocity-staging.eclipse.org/](https://develocity-staging.eclipse.org/).
 
 See the [Common Custom User Data Maven Extension releases page](https://github.com/gradle/common-custom-user-data-maven-extension/releases) for the most recent version of the Common Custom User Data Gradle Plugin.
-- 
GitLab