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

Enable customizations to .gitignore #1606

Open
dmikusa opened this issue May 13, 2024 · 0 comments
Open

Enable customizations to .gitignore #1606

dmikusa opened this issue May 13, 2024 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented May 13, 2024

Describe the Enhancement

Right now, pipeline-builder takes over total control over the .gitignore file. This is not necessarily a problem, but some buildpacks have additions to the .gitignore file.

We should add a way that allows individual buildpacks to add to the .gitignore file.

Possible Solution

Turn the .gitignore file supplied by pipeline-builder into a Go template file. The pipeline-descriptor.yml can then be modified to include an optional section where the use can specify before and after lines which would go before and after the standard lines.

Motivation

Support some basic level of customization for individual buildpacks.

@dmikusa dmikusa added the type:enhancement A general enhancement label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant