chore(copilot): ignore vendor directory#1876
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Adds a .copilotignore file to exclude the repository’s vendor/ tree from GitHub Copilot context, helping keep Copilot-assisted reviews within file-size / file-count limits.
Changes:
- Introduces
.copilotignoreat the repo root. - Ignores
vendor/**so vendored dependencies aren’t included in Copilot context.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/retest-required |
1 similar comment
|
/retest-required |
|
@a7i: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add .copilotignore to exclude vendor/** from Copilot context so PR reviews can stay under file limits.