From 1026e27b5745da53aa334d888435769f79c112fc Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Wed, 4 Sep 2024 06:33:57 -0700 Subject: [PATCH] chore: add `.gitattributes` (#1751) --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 52d3dd69f2..2bb6dcc6de 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -tests/** linguist-vendored +assets/** linguist-vendored +documentation/** linguist-vendored +tests/** linguist-vendored \ No newline at end of file