From c551e433741ede0147c426fddb3dc3a5bc35f222 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 10 Jan 2024 20:46:12 -0800 Subject: [PATCH] mark rgb.txt as vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 16f4fb23c..18cd6ee96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ vendor/** linguist-vendored website/** linguist-documentation pkg/cimgui/vendor/** linguist-vendored +src/terminal/res/** linguist-vendored