From 8fc7daab3f1f3db36b4f7439d5480fd57e0c5aec Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 1 Feb 2025 00:06:17 +0800 Subject: [PATCH] fix(repo): fix linguist setting --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index f6eb1afeb..fcdadd7c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -^autoload/SpaceVim/api/iconv/** linguist-vendored -^lua/spacevim/api/iconv/** linguist-vendored -^bundle/** linguist-vendored -^bundle/bookmarks.vim/** linguist-vendored=false -^bundle/git.vim/** linguist-vendored=false +autoload/SpaceVim/api/iconv/** linguist-vendored +lua/spacevim/api/iconv/** linguist-vendored +bundle/** linguist-vendored +bundle/bookmarks.vim/** linguist-vendored=false +bundle/git.vim/** linguist-vendored=false