microsoft / vscode-spring-initializr

VSCode Extension for Spring Initializr
Other
70 stars 35 forks source link

Spring Initializr generates .gitignore without /bin/ #112

Open q11g opened 5 years ago

q11g commented 5 years ago

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.

Eskibear commented 5 years ago

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.