-
Notifications
You must be signed in to change notification settings - Fork 164
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
feat(directives): allow ignore rules for copy
#2649
Conversation
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2649 +/- ##
==========================================
+ Coverage 51.04% 51.09% +0.04%
==========================================
Files 282 282
Lines 21092 21119 +27
==========================================
+ Hits 10766 10790 +24
- Misses 9644 9646 +2
- Partials 682 683 +1 ☔ View full report in Codecov by Sentry. |
By my reading of the code, the pattern you are using is |
Signed-off-by: Hidde Beydals <[email protected]>
I see you amended the tests to assert that .git dir and .git file are both covered by default. |
Signed-off-by: Hidde Beydals <[email protected]> (cherry picked from commit 694504d)
Successfully created backport PR for |
This adds the option to configure
ignore
rules for thecopy
directive, i.e.:By default, the
.git/
directory is ignored. However, this can be overwritten using: