From 3cf0a0164e84f182f6f683867b40e6357b45dc21 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Fri, 13 Dec 2024 14:25:39 +0100 Subject: [PATCH] chore: Mark vendor folder as generated each of the files in it is created by vendoring using `npm run-script build:[...]`. This way GitHub does respect these as irrelevant in PR reviews, which should make them easier. https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6355db --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +vendor/**/* linguist-generated=true