From a04e4e7c096f116d4df93946d4df63d0af5a3880 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Thu, 5 Dec 2024 13:21:45 -0400 Subject: [PATCH 1/2] gitattribute foundry --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 19f0650d7e..f99c822257 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,3 +24,6 @@ contrib/opbot/generated/* linguist-generated *.sol linguist-language=Solidity .vscode/*.json linguist-language=jsonc + +# foundry deploy data +packages/**/deployments/*.json linguist-vendored From 5b3983c820734347f992ce3fb5c03285ed96a5a5 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Thu, 5 Dec 2024 13:24:24 -0400 Subject: [PATCH 2/2] vendored->generated --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f99c822257..c17ad86ad0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,7 +16,7 @@ # ignore ifacemaker files *_generated.go linguist-generated contrib/opbot/generated/* linguist-generated -*.contractinfo.json linguist-generated=true +*.contractinfo.json linguist-generated # svg should be treated as a binary https://git.io/JE2VK @@ -26,4 +26,4 @@ contrib/opbot/generated/* linguist-generated .vscode/*.json linguist-language=jsonc # foundry deploy data -packages/**/deployments/*.json linguist-vendored +packages/**/deployments/*.json linguist-generated