From 7ea0391e6153922b11e15133ca53efe70e61a42e Mon Sep 17 00:00:00 2001 From: Sergey Date: Thu, 29 Feb 2024 10:08:45 +0100 Subject: [PATCH] GO-2911: Add .gitattributes rule --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 280860d1e..c3b070c6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ lib/lib.so filter=lfs diff=lfs merge=lfs -text dist/lib.so filter=lfs diff=lfs merge=lfs -text +tests/integration/testdata/import/** linguist-generated=true