From b3e0042813da0ff6a73badcc58bb8dac693510e2 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Wed, 28 May 2025 15:42:34 +0200 Subject: [PATCH] chore: exclude data from GH Linguist (#1671) Signed-off-by: Panos Vagenas --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8526075 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +tests/data/** linguist-vendored +tests/data_scanned/** linguist-vendored +docs/** linguist-vendored