From 0022a2bf6ccff889d97b56b22e5c260259258494 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 29 May 2022 22:12:50 -0400 Subject: chore(.gitattributes): add yarn generated files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0e88f07..84cf97a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ * text=auto eol=lf yarn.lock linguist-generated +.yarn/plugins/* linguist-generated +.yarn/releases/* linguist-generated +.yarn/sdks/* linguist-generated *.cjs linguist-language=TypeScript \ No newline at end of file -- cgit