You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's because the /bin folder would be generated by VSCode Java extension, I think the feature request makes sense.
However, for sake of transparency and consistency, the extension has the same behavior with https://start.spring.io/ . So I think spring-io/start.spring.io would be a better place for this feature request.
To reproduce the issue, just create a gradle project with Spring Initializr with latest Code.
Here is the .gitignore file:
HELP.md
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
STS
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
IntelliJ IDEA
.idea
*.iws
*.iml
*.ipr
/out/
NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
By default, it would be ideal to generate .gitignore file to exclude bin directory. Thanks.
The text was updated successfully, but these errors were encountered: