dart-lang / http

A composable API for making HTTP requests in Dart.
https://pub.dev/packages/http
BSD 3-Clause "New" or "Revised" License
1.01k stars 343 forks source link

Mark flutter .metadata files as generated #1214

Closed natebosch closed 1 month ago

natebosch commented 1 month ago

Removes one file with a comment indicating it should not be hand edited from the default view for github PR diffs.

natebosch commented 1 month ago

I took the list I found in https://github.com/google-gemini/generative-ai-dart/pull/154 and removed the entires which didn't correspond to any file in this PR which left us with one file concretely marked as generated.

I'd also be OK with preemptively adding the other patterns in case those files get checked in later.

There are others which I remain skeptical will ever get hand edits and need review - but so far I'm only adding the ones which are documented that way.