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

Add bin/ to .gitingore #534

Closed
wants to merge 1 commit into from
Closed

Add bin/ to .gitingore #534

wants to merge 1 commit into from

Conversation

TobiasNx
Copy link
Contributor

When using VS Code with suggested JAVA extensions a lot of class files in bin are created. These should be ignored.

When using VS Code with suggested JAVA extensions a lot of class files in bin are created. These should be ignored.
@TobiasNx TobiasNx requested a review from fsteeg May 24, 2024 10:10
Copy link
Member

@blackwinter blackwinter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would ignore misc/bin/ which is a legitimate directory.

In general, I would prefer local peculiarities to be handled locally, i.e. .git/info/exclude (or global ignore file via core.excludesFile config).

@TobiasNx TobiasNx closed this Jun 19, 2024
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.

2 participants