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

Update Java.gitignore #3076

Closed
wants to merge 1 commit into from
Closed

Update Java.gitignore #3076

wants to merge 1 commit into from

Conversation

2540461056
Copy link

Reasons for making this change:
I found that there is no ignore for springboot+eclipse, so I added some.

Links to documentation supporting these rule changes:

TODO

If this is a new template:

  • Link to application or project’s homepage: TODO

@drothmaler
Copy link
Contributor

This repository tries to keep things modular to avoid the overhead of managing rules in multiple redundant places... You can just combine the individual rules to fit the needs of you project (personally I usually use gitignore.io to do that).
As Spring Boot/Initializr projects can be generated for either Gradle or Maven, and also do not contain any Eclipse/IDE specific files, it would not be good to just throw all of this into Java.gitignore.

So there is Gradle.gitignore (or Maven.gitignore) and Global/Eclipse.gitignore (or Global/Jetbrains.gitignore / Global/Netbeans.gitignore)... The only "missing" rule would be for HELP.md, but personally I would not ignore that by default.

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

Successfully merging this pull request may close these issues.

3 participants