-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[flutter_tools] remove reference to flutter tool test from user generated gitignore #62926
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
[flutter_tools] remove reference to flutter tool test from user generated gitignore #62926
Conversation
sorry, wrong Chris! 🥇 |
@@ -39,6 +39,3 @@ app.*.symbols | |||
|
|||
# Obfuscation related | |||
app.*.map.json | |||
|
|||
# Exceptions to above rules. | |||
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages |
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.
I'm a little confused. Will this path appear in a user's app?
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.
not at all
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.
this was a test in the flutter repo that we checked in a .packages file for, there was an exception in our gitignore
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.
Oh I'm sorry, it's been so long since I coded I forgot how to read a diff...
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.
:P
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
Description
These are user-generated files, they should not gitignore flutter_tools test dependencies.
This was added in #21192 (according to gblame) but I think that was a mistake that took some flutter tool specific ignores