From 1804dd10a3c952a35a1bced696687e8117914cf5 Mon Sep 17 00:00:00 2001 From: Alice Henshaw Date: Mon, 10 Feb 2025 18:08:15 +0000 Subject: [PATCH] add npm ignore --- .gitignore | 1 + .npmignore | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index 93a858264..baa43c977 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# if you add a file here, add it to `.npmignore` too artifacts/ cache/ crytic-export/ diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..c57676b44 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +artifacts/ +cache/ +crytic-export/ +node_modules/ +typechain/ +foundry-out/ +.vscode/