From ba47007c4fb9e82d69f8a758d23d29a5edf67784 Mon Sep 17 00:00:00 2001 From: Christopher Dedominici <18092467+ChristopherDedominici@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:56:57 +0100 Subject: [PATCH] update gitignore in crates folder --- crates/rethnet_evm_napi/.gitignore | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/crates/rethnet_evm_napi/.gitignore b/crates/rethnet_evm_napi/.gitignore index 2e30f56130..d72d565ead 100644 --- a/crates/rethnet_evm_napi/.gitignore +++ b/crates/rethnet_evm_napi/.gitignore @@ -11,7 +11,7 @@ /coverage /.nyc_output -# TSC prod output. This has to be in sync with the to directories in ./src, and with npm script clean +# TSC prod output. This has to be in sync with the to directories in ./src, and with pnpm script clean /*.js /*.js.map @@ -33,10 +33,6 @@ test/internal/hardhat-network/provider/.hardhat_node_test_cache/ # Logs logs *.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json @@ -75,21 +71,15 @@ jspm_packages/ # TypeScript v1 declaration files typings/ -# Optional npm cache directory -.npm - # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history -# Output of 'npm pack' +# Output of 'pnpm pack' *.tgz -# Yarn Integrity file -.yarn-integrity - # parcel-bundler cache (https://parceljs.org/) .cache