github: mark dist/* as generated code (#457)

- per https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
  - and https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#generated-code

- should help a good bit with making diffs more condensed by default
  - can still uncollapse generated code, just that default will be collapsed
This commit is contained in:
Anton Gilgur 2023-07-10 01:11:09 -04:00 committed by GitHub
parent 68017aeb9e
commit 61c7392a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View File

@ -1 +1,2 @@
* -text
dist/* linguist-generated