Skip to content

Instantly share code, notes, and snippets.

@alexbraga
Created July 14, 2022 07:57
Show Gist options
  • Save alexbraga/f1d285fc794c593f8738a8f0bf202844 to your computer and use it in GitHub Desktop.
Save alexbraga/f1d285fc794c593f8738a8f0bf202844 to your computer and use it in GitHub Desktop.
# 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