Skip to content

Commit a03e037

Browse files
committed
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
1 parent 0aecfce commit a03e037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ target/
1111
*.graphml
1212
package-lock.json
1313
.mvn/.develocity
14+
.mvn/maven.config
1415

1516
build/
1617
node_modules

0 commit comments

Comments
 (0)