SIGN IN SIGN UP

Add a note to generated plugins files (#45557)

There has been some confusion about whether or not
.flutter-plugins-dependencies should be tracked in version control or
not. Added a comment to both it and .flutter-plugins explaining that
it's generated and shouldn't be.

.flutter-plugins-dependencies is parsed through JSON, and the JSON spec
doesn't support comments. So unfortunately the note is living in an
arbitrary "_info" key instead of an obvious top level comment.
M
Michael Klimushyn committed
901eb0fc8169353c4b36cbaa92e3edbc33497ad8
Parent: 4cc10a1
Committed by GitHub <noreply@github.com> on 11/25/2019, 7:47:20 PM