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

Ignore target/ build/ bin/ output directories #1976

Closed
wants to merge 1 commit into from

Conversation

vorburger
Copy link

Reasons for making this change:

target/ build/ bin/ are very typical output directories in Java projects, which should always be ignored (they are the default directory names for output in Maven, Gradle and Eclipse, respectively).

@drothmaler
Copy link
Contributor

drothmaler commented May 12, 2016

-1 No, there are the specific Maven.gitignore, Gradle.gitignore and Global/Eclipse.gitignore rules for that.

@shiftkey
Copy link
Member

Seconding what @drothmaler says. These are IDE-specific rules, and should be captured there (if not already).

@shiftkey shiftkey closed this Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants