From 3bd7dc8f78f6191f4b9360599246bb79401c1f62 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 29 Oct 2023 01:41:58 -0700 Subject: [PATCH] docs: exclude generated javascript code to be used for language statistics --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4edd5ac..de23d5d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ *.bin filter=lfs diff=lfs merge=lfs -text +crates/tabby/ui/** linguist-vendored +**/node_scripts/tabby-agent.js linguist-vendored