You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pdk update --template-ref 3.3.0, pdk is overwriting the existing .gitattributes file (which is configured for git-lfs) within the module. Adding .gitattributes to .pdkignore has no effect.
Expected Behavior
pdk update honors .pdkignore list and not overwrite .gitattributes.
Steps to Reproduce
Steps to reproduce the behavior:
Edit .gitattributes file within the module.
Add /.gitattributes to .pdkignore file.
Run pdk update --template-ref 3.3.0
Observe changes to .gitattributes.
Environment
Version 3.3.0
Platform RHEL9
The text was updated successfully, but these errors were encountered:
Describe the Bug
When running
pdk update --template-ref 3.3.0
, pdk is overwriting the existing.gitattributes
file (which is configured for git-lfs) within the module. Adding.gitattributes
to.pdkignore
has no effect.Expected Behavior
pdk update honors
.pdkignore
list and not overwrite.gitattributes
.Steps to Reproduce
Steps to reproduce the behavior:
.gitattributes
file within the module./.gitattributes
to.pdkignore
file.pdk update --template-ref 3.3.0
.gitattributes
.Environment
The text was updated successfully, but these errors were encountered: