diff --git a/readme.md b/readme.md index 06de8a0e03d31357826825044c9402cbcf3a84e3..9a81d2b1ea01024f13ff10a7c75b1e2414d407c7 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,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.