-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Add .gitattributes #27615
Add .gitattributes #27615
Conversation
@Goooler Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@Goooler Thank you for signing the Contributor License Agreement! |
I think we need to tread carefully here. CI currently uses Lines 127 to 129 in 8966b13
I'm not sure how this change will interact with that configuration. |
.gitattributes should just effect files when commiting. |
https://git-scm.com/docs/gitattributes#_checking_out_and_checking_in seems to suggest they also change checked out files. |
If we should run CI for test once ? |
Unfortunately we need to revert this change for now, see #28476 for follow-up |
See Add .gitattributes.