-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
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
.gitattributesfile within the module. - Add
/.gitattributesto.pdkignorefile. - Run
pdk update --template-ref 3.3.0 - Observe changes to
.gitattributes.
Environment
- Version 3.3.0
- Platform RHEL9