From 94f39b8d014ee549e7a7cf0d2e153ced0b4c9f0c Mon Sep 17 00:00:00 2001 From: Serhii Volovyk Date: Thu, 25 Aug 2022 11:15:01 +0300 Subject: [PATCH] ignore /lib in git diff (#192) --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f0deeb89..bc987806 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -yarn.lock linguist-generated=true -diff \ No newline at end of file +yarn.lock linguist-generated=true -diff +lib/**/*.js linguist-generated=true -diff +lib/**/*.d.ts linguist-generated=true -diff \ No newline at end of file