From 9bb6e2d472ebf2968fbbec6952215e555e884251 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 17 Nov 2023 15:45:47 -0800 Subject: [PATCH] chore: exclude experimental directory for language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0585b18..e3607a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ website/** linguist-vendored clients/** linguist-vendored ee/tabby-ui/** linguist-vendored crates/tabby/ui/** linguist-vendored +experimental/** linguist-vendored