diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-29 22:12:50 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-29 22:12:50 -0400 |
commit | 0022a2bf6ccff889d97b56b22e5c260259258494 (patch) | |
tree | c69ccd175fbd02e61ebc31fb987984f4c81b3583 | |
parent | 31d339b46b9fc11e50a0cdbf53e937e575531efd (diff) | |
download | tanzanite-0022a2bf6ccff889d97b56b22e5c260259258494.tar.gz tanzanite-0022a2bf6ccff889d97b56b22e5c260259258494.tar.bz2 tanzanite-0022a2bf6ccff889d97b56b22e5c260259258494.zip |
chore(.gitattributes): add yarn generated files
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
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 |