Open
Description
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:
- 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