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

Add pub ignore comment to devtools extensions readme #6467

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

kenzieschmoll
Copy link
Member

Adding this based on a recommendation from @rrousselGit here. Addressed for package:provider in rrousselGit/provider@25a7e18.

FYI @jonasf - do you see any issues with this recommended use of the .pubignore file?

@kenzieschmoll kenzieschmoll requested a review from a team as a code owner September 25, 2023 21:42
@kenzieschmoll kenzieschmoll requested review from CoderDake and removed request for a team September 25, 2023 21:42
@kenzieschmoll kenzieschmoll merged commit b0281e3 into flutter:master Sep 25, 2023
17 checks passed
@kenzieschmoll kenzieschmoll deleted the dte-docs branch September 25, 2023 22:38
of your pub package:

```
!./extension/devtools/build
Copy link
Member

Choose a reason for hiding this comment

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

@kenzieschmoll
When you put a .pubignore at the root, then the root .gitignore won't be considered at all.

So that might be undesirable... or at least the user will have to duplicate patterns they want in both.

A better option could be to do extensions/devtools/.pubignore that way it's only for the extensions/devtools/.

It won't pollute root, and most likely there is no .gitignore in extensions/devtools anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants