From a9a1edadc38b1bea1a810ffe6fd164e9194adbec Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Fri, 13 Sep 2024 23:53:59 +0900 Subject: [PATCH] chore: Update .gitattributes to ignore vendored files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 28ac2a71..229d16fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ * linguist-vendored -*.cr linguist-vendored=false \ No newline at end of file +*.cr linguist-vendored=false +*.rb linguist-vendored=false +Rakefile linguist-vendored=false \ No newline at end of file