From 5fd1d67014a1fd23dba42beba01f9b93f7ee3f9b Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Sat, 16 Sep 2023 22:19:35 +0100 Subject: [PATCH] suppress test data diff --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a21dceecec..0c2415b476 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # suppress diffs for codegen in PRs **/codegen/**/*.sol linguist-generated=true +test-data/**/* linguist-generated=true