From 1d3d46122ff5f0b13dd274f1160438cd4d75b86e 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 --- contracts/.npmignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contracts/.npmignore b/contracts/.npmignore index 5fc3156b..55d56178 100644 --- a/contracts/.npmignore +++ b/contracts/.npmignore @@ -1,6 +1,16 @@ * +!/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/** !package.json -!LICENSE \ No newline at end of file +!LICENSE +!artifacts/contracts/** +!artifacts/gateway/** \ No newline at end of file