From 22fbcfa1803b72e2fcdfc916e560c19ce5fe85dc Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 31 Jul 2023 17:43:35 -0400 Subject: [PATCH] chore(git): mark `lib/*` as generated in `.gitattributes` (#2908) This PR adds `lib/*` and `marked.min.js` to the `.gitattributes` file in order to suppress them in diffs. See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3d7e8471..cb144e0a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * eol=lf -test/* linguist-vendored - +test/* linguist-vendored +lib/* linguist-generated +marked.min.js linguist-generated