Files
spring-cloud-contract/.gitignore
Marcin Grzejszczak 0905469866 Shades aether (#326)
That way we do not interfere with whatever Maven brings on its classpath

without this change deployment might fail due to being unauthorized.
with this change we're shading aether and maven in stub runner. Due to this there is no classpath clash any more

fixes #325
2017-06-14 14:30:56 +02:00

39 lines
419 B
Plaintext

*~
#*
*#
.#*
.factorypath
.classpath
.project
.settings/
target/
build/
bin/
.gradle/
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*.class
*.iml
.idea/
.gradle/
target/
build/
hs_err_pid*
.DS_Store
*.log
interpolated-settings.xml
interpolated-pom.xml
dependency-reduced-pom.xml