From ffb77b0676a667c6f9745b5954ec32aef86e121e Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Thu, 7 Jul 2022 09:50:26 -0400 Subject: [PATCH] ignore config files --- .npmignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index c873400..6be7d31 100644 --- a/.npmignore +++ b/.npmignore @@ -14,4 +14,8 @@ tsconfig.json .nyc_output/ .nvmrc .editorconfig -.nycrc \ No newline at end of file +.nycrc +hardhat.config.js +.env.sample +.env +.vscode/settings.json \ No newline at end of file