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

[infra] All build directories are gitignored #1495

Closed
dcharkes opened this issue Sep 2, 2024 · 0 comments · Fixed by #1494
Closed

[infra] All build directories are gitignored #1495

dcharkes opened this issue Sep 2, 2024 · 0 comments · Fixed by #1494
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-infra A repository infrastructure change or enhancement

Comments

@dcharkes
Copy link
Collaborator

dcharkes commented Sep 2, 2024

#1383 is slightly too agresssive on gitignores:

# Build directories are produced when building using the Flutter CLI.
build

We have directories named build inside other places than the toplevel package dir. These contain code/tests/examples.

This blocks:

  * 48 checked-in files are ignored by a `.gitignore`.
    Previous versions of Pub would include those in the published package.
@dcharkes dcharkes added P1 A high priority bug; for example, a single project is unusable or has many test failures type-infra A repository infrastructure change or enhancement labels Sep 2, 2024
@auto-submit auto-submit bot closed this as completed in 9a0cf0b Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants