Browse Source

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
pull/2049/head
Jens Schauder 8 months ago
parent
commit
a03e03786a
No known key found for this signature in database
GPG Key ID: 2BE5D185CD2A1CE6
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save