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

chore: add generated files in 'bin' folders to gitignore #1742

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

lgblaumeiser
Copy link
Contributor

WHAT

I had lots of generated files in my workspace, all of them in 'bin' folders. Added the folders to the .gitignore file to get rid of false proposals of unstaged files.

WHY

To keep the stage area clean

Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
Copy link
Contributor

@ndr-brt ndr-brt left a comment

Choose a reason for hiding this comment

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

which kind of file where they? who was generating them? gradle puts everything into build/

@lgblaumeiser
Copy link
Contributor Author

which kind of file where they? who was generating them? gradle puts everything into build/

I did nothing special, only thing is, that I use Visual Studio Code as IDE

@ndr-brt
Copy link
Contributor

ndr-brt commented Jan 14, 2025

which kind of file where they? who was generating them? gradle puts everything into build/

I did nothing special, only thing is, that I use Visual Studio Code as IDE

yeah, it looks to be an issue with vscode-java: redhat-developer/vscode-java#634

.gitignore Outdated Show resolved Hide resolved
.gitignore Outdated
@@ -112,4 +112,7 @@ buildNumber.properties
**/*.lock
**/*.tgz

# Generated bin folders
Copy link
Contributor

Choose a reason for hiding this comment

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

Given that we have a # IntelliJ section, it could deserve a # vscode one

Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
@lgblaumeiser lgblaumeiser requested a review from ndr-brt January 14, 2025 15:09
@lgblaumeiser lgblaumeiser merged commit 8712f1b into main Jan 15, 2025
32 of 33 checks passed
@lgblaumeiser lgblaumeiser deleted the chore/gitignore_bin branch January 15, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

3 participants