This allows to use it comfortable to configure personal preferences for running maven. One example is to disable build caches. Original pull request #2039
24 lines
489 B
Plaintext
24 lines
489 B
Plaintext
target/
|
|
.idea/
|
|
.settings/
|
|
*.iml
|
|
.flattened-pom.xml
|
|
.project
|
|
.classpath
|
|
.springBeans
|
|
.sonar4clipse
|
|
*.sonar4clipseExternals
|
|
*.graphml
|
|
package-lock.json
|
|
.mvn/.develocity
|
|
.mvn/maven.config
|
|
|
|
build/
|
|
node_modules
|
|
node
|
|
|
|
#prevent license accepting file to get accidentially commited to git
|
|
container-license-acceptance.txt
|
|
spring-data-jdbc/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java
|
|
spring-data-r2dbc/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java
|