From 4fbe39fd8a343c058651d84d1626c4f74db4cd7b Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 20 Mar 2025 13:45:15 +0800 Subject: [PATCH] Update .gitattributes for webui files - Mark webui files as binary - Exclude webui files from diff - Add linguist-generated flag --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c7707166..f7f5bc04 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -lightrag/api/webui/** -diff +lightrag/api/webui/** binary +lightrag/api/webui/** linguist-generated