Enable customizations to .gitignore
#1606
Labels
note:good-first-issue
A good first issue to get started with
note:ideal-for-contribution
An issue that a contributor can help us with
type:enhancement
A general enhancement
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. Thepipeline-descriptor.yml
can then be modified to include an optional section where the use can specifybefore
andafter
lines which would go before and after the standard lines.Motivation
Support some basic level of customization for individual buildpacks.
The text was updated successfully, but these errors were encountered: