Files
spring-ws/.gitignore
Andy Wilkinson eed9000625 Improve Eclipse setup
Only apply the Eclipse plugin to subprojects. This prevents the
creation of an Eclipse project for the root Gradle project which was
masking the Eclipse projects for all of the Gradle sub-projects.

Update .gitignore to ignore the bin folder created by builds in
Eclipse.
2014-02-20 14:47:04 +00:00

17 lines
136 B
Plaintext

*.ipr
*.iws
*.iml
target
.clover
activemq-data
*.hsp
atlassian-ide-plugin*.xml
.idea
out
/build
/spring-*/bin
/spring-*/build
.gradle