| commit | 6337ee3f6d1f641192ba40e133f27085c69aa815 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Tue May 28 13:53:09 2024 -0700 |
| committer | GitHub <noreply@github.com> | Tue May 28 13:53:09 2024 -0700 |
| tree | cb25c655601e60d7ebfb43a848f11af4c48350e8 | |
| parent | bd18656dd2782120aa4fa7a271c228ddb79396e7 [diff] |
Mark flutter .metadata files as generated (#1214) Removes one file with a comment indicating it should not be hand edited from the default view for github PR diffs.
diff --git a/.gitattributes b/.gitattributes index f189cdd..53b199c 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -1,2 +1,3 @@ .github/workflows/dart.yml linguist-generated=true tool/ci.sh linguist-generated=true +pkgs/*/.metadata linguist-generated=true