Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Initializr generates .gitignore without /bin/ #112

Open
q11g opened this issue Feb 20, 2019 · 1 comment
Open

Spring Initializr generates .gitignore without /bin/ #112

q11g opened this issue Feb 20, 2019 · 1 comment

Comments

@q11g
Copy link

q11g commented Feb 20, 2019

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants