Clean up .gitignore file
This commit is contained in:
parent
65ebaa8a84
commit
98dd5dbeb1
|
@ -1,37 +1,43 @@
|
||||||
|
# Miscellaneous
|
||||||
*.java.hsp
|
*.java.hsp
|
||||||
*.sonarj
|
*.sonarj
|
||||||
*.sw*
|
*.sw*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.settings
|
|
||||||
.springBeans
|
|
||||||
bin
|
|
||||||
build.sh
|
build.sh
|
||||||
integration-repo
|
integration-repo
|
||||||
ivy-cache
|
ivy-cache
|
||||||
|
argfile*
|
||||||
|
activemq-data/
|
||||||
|
classes/
|
||||||
|
|
||||||
|
# Log files
|
||||||
jxl.log
|
jxl.log
|
||||||
jmx.log
|
jmx.log
|
||||||
derby.log
|
derby.log
|
||||||
spring-test/test-output/
|
|
||||||
.gradle
|
|
||||||
argfile*
|
|
||||||
pom.xml
|
|
||||||
activemq-data/
|
|
||||||
|
|
||||||
classes/
|
# Gradle artifacts
|
||||||
|
.gradle
|
||||||
|
.gradletasknamecache
|
||||||
/build
|
/build
|
||||||
buildSrc/build
|
buildSrc/build
|
||||||
/spring-*/build
|
/spring-*/build
|
||||||
/spring-core/graalvm/build
|
/spring-core/graalvm/build
|
||||||
/spring-core/kotlin-coroutines/build
|
/spring-core/kotlin-coroutines/build
|
||||||
/spring-core/graalvm/build
|
|
||||||
/framework-bom/build
|
/framework-bom/build
|
||||||
/integration-tests/build
|
/integration-tests/build
|
||||||
/src/asciidoc/build
|
/src/asciidoc/build
|
||||||
|
spring-test/test-output/
|
||||||
|
|
||||||
|
# Maven artifacts
|
||||||
|
pom.xml
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# Eclipse artifacts, including WTP generated manifests
|
# Eclipse artifacts, including WTP generated manifests
|
||||||
|
bin
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
.settings
|
||||||
|
.springBeans
|
||||||
spring-*/src/main/java/META-INF/MANIFEST.MF
|
spring-*/src/main/java/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
# IDEA artifacts and output dirs
|
# IDEA artifacts and output dirs
|
||||||
|
@ -42,7 +48,6 @@ spring-*/src/main/java/META-INF/MANIFEST.MF
|
||||||
out
|
out
|
||||||
test-output
|
test-output
|
||||||
atlassian-ide-plugin.xml
|
atlassian-ide-plugin.xml
|
||||||
.gradletasknamecache
|
|
||||||
|
|
||||||
# VS Code
|
# VS Code
|
||||||
.vscode/
|
.vscode/
|
Loading…
Reference in New Issue