From 44cb8f3bdbc332805f5aad1a5f36fc50c3856430 Mon Sep 17 00:00:00 2001 From: jatZama Date: Mon, 2 Dec 2024 11:36:42 +0100 Subject: [PATCH] chore: new npmignore chore: typo in gitignore chore: typo in npmignore --- contracts/.npmignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contracts/.npmignore b/contracts/.npmignore index 5fc3156b..374991e4 100644 --- a/contracts/.npmignore +++ b/contracts/.npmignore @@ -1,4 +1,12 @@ * +!/artifacts/ +!/artifacts/contracts/ +!/artifacts/contracts/**/*.json +/artifacts/contracts/**/*.dbg.json +!/artifacts/gateway/ +!/artifacts/gateway/GatewayContract.sol/GatewayContract.json +/artifacts/gateway/**/*.json +/artifacts/gateway/**/*.dbg.json !addresses/** !contracts/** !gateway/**