[go: nahoru, domu]

Skip to content
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

update gitignore and xcode changes to macOS project for flutter gallery #48251

Merged

Conversation

jonahwilliams
Copy link
Member

Description

To prevent running something in the flutter gallery from creating a dirty files.

Fixes #46743

@fluttergithubbot fluttergithubbot added d: examples Sample code and demos team Infra upgrades, team productivity, code health, technical debt. See also team: labels. customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there. labels Jan 6, 2020
@@ -93,6 +93,12 @@ unlinked_spec.ds
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*

# macOS
**/macos/Flutter/GeneratedPluginRegistrant.swift
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if ios being in Runner and macos being in Flutter means this is ready for a future cleanup?. Maybe **/macos/**/GeneratedPluginRegistrant.* to make this a bit more refactor-proof.

cc @jmagman

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm skeptical of trying to future proof gitignores too much, you might end up accidentally ignoring real code in the future.

@xster
Copy link
Member
xster commented Jan 6, 2020

LGTM

@jonahwilliams jonahwilliams merged commit 53f98c9 into flutter:master Jan 6, 2020
@jonahwilliams jonahwilliams deleted the make_flutter_gallery_macos_clean branch January 6, 2020 21:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there. d: examples Sample code and demos team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter gallery macos not git clean
4 participants