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

.gitattributes overwrite issue #599

Open
paxri01 opened this issue Oct 10, 2024 · 0 comments
Open

.gitattributes overwrite issue #599

paxri01 opened this issue Oct 10, 2024 · 0 comments
Labels

Comments

@paxri01
Copy link

paxri01 commented Oct 10, 2024

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:

  1. Edit .gitattributes file within the module.
  2. Add /.gitattributes to .pdkignore file.
  3. Run pdk update --template-ref 3.3.0
  4. Observe changes to .gitattributes.

Environment

  • Version 3.3.0
  • Platform RHEL9
@paxri01 paxri01 added the bug label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant