You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
703 B
53 lines
703 B
# Miscellaneous |
|
*.java.hsp |
|
*.sonarj |
|
*.sw* |
|
.DS_Store |
|
build.sh |
|
integration-repo |
|
ivy-cache |
|
argfile* |
|
activemq-data/ |
|
classes/ |
|
|
|
# Log files |
|
jxl.log |
|
jmx.log |
|
derby.log |
|
|
|
# Gradle artifacts |
|
.gradle |
|
.gradletasknamecache |
|
/build |
|
buildSrc/build |
|
/spring-*/build |
|
/spring-core/graalvm/build |
|
/spring-core/kotlin-coroutines/build |
|
/framework-bom/build |
|
/integration-tests/build |
|
/src/asciidoc/build |
|
spring-test/test-output/ |
|
|
|
# Maven artifacts |
|
pom.xml |
|
target/ |
|
|
|
# Eclipse artifacts, including WTP generated manifests |
|
bin |
|
.classpath |
|
.project |
|
.settings |
|
.springBeans |
|
spring-*/src/main/java/META-INF/MANIFEST.MF |
|
|
|
# IDEA artifacts and output dirs |
|
*.iml |
|
*.ipr |
|
*.iws |
|
.idea |
|
out |
|
test-output |
|
atlassian-ide-plugin.xml |
|
|
|
# VS Code |
|
.vscode/
|
|
|