-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add Pods cache dir to ios/.gitignore #9464
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
Conversation
cbracken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
On my phone so wasn't able to expand the diff and see if we're using blank lines as section dividers.
| /Flutter/Generated.xcconfig | ||
| /ServiceDefinitions.json | ||
|
|
||
| Pods/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: blank line, missing newline at end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the missing newline.
The blank line was intentional; the file is already formatted into logical groupings, and I wanted to stay consistent with that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Wondered if that might be the case -- github doesn't allow expanding collapsed regions on phones :(
(and thanks for making this change!)
jakobr-google
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Merging. The broken flutter-build appears to be a flake as it passed in a re-run. |
Fixes #9085