-
Notifications
You must be signed in to change notification settings - Fork 55
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
Conversation
Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
There was a problem hiding this 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/
I did nothing special, only thing is, that I use Visual Studio Code as IDE |
yeah, it looks to be an issue with |
.gitignore
Outdated
@@ -112,4 +112,7 @@ buildNumber.properties | |||
**/*.lock | |||
**/*.tgz | |||
|
|||
# Generated bin folders |
There was a problem hiding this comment.
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]>
Quality Gate passedIssues Measures |
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