Created
July 14, 2022 07:57
-
-
Save alexbraga/f1d285fc794c593f8738a8f0bf202844 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment