Add maven.config to .gitignore

This allows to use it comfortable to configure personal preferences for running maven.
One example is to disable build caches.

Original pull request #2039
This commit is contained in:
Jens Schauder
2025-04-22 09:36:54 +02:00
parent 0aecfcee73
commit a03e03786a

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ target/
*.graphml
package-lock.json
.mvn/.develocity
.mvn/maven.config
build/
node_modules