microsoft / microsoft/vscode-spring-initializr
Spring Initializr generates .gitignore without /bin/
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 40
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 20
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Gradle project generation described in the issue and locate the template or entry point that produces its .gitignore file. Update the generated ignore content to exclude /bin/, then regenerate a project and verify the directory is present in the resulting file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- spring-boot, typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100