You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently .gitattributes file is autogenerated without possibility to inject own values to it (like with e.g. .gitignore).
It would be good to have API to inject values to .gitattributes to handle situation between Linux and Windows (like in here users when hashes from files are used in some ID generation. This would work as a workaround for aws/aws-cdk#14555.
The text was updated successfully, but these errors were encountered:
Allow interaction with .gitattributes through `project.gitattributes` - resolves#866
Misc: reduce some coupling between components and the GitHub component in `Project` as a prep to abstract away some of the GitHub features (such as CI/CD).
BREAKING CHANGE: `project.github.annotateGenerated()` is now `project.annotateGenerated`
* **auto-merge:** AutoMerge now takes `mergify` as a required property (instead of implicitly through `project.github?.mergify`).
Currently
.gitattributes
file is autogenerated without possibility to inject own values to it (like with e.g..gitignore
).It would be good to have API to inject values to
.gitattributes
to handle situation between Linux and Windows (like in here users when hashes from files are used in some ID generation. This would work as a workaround for aws/aws-cdk#14555.The text was updated successfully, but these errors were encountered: