Skip to content

Commit ba47007

Browse files
update gitignore in crates folder
1 parent 4df5712 commit ba47007

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

crates/rethnet_evm_napi/.gitignore

+2-12
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/coverage
1212
/.nyc_output
1313

14-
# TSC prod output. This has to be in sync with the to directories in ./src, and with npm script clean
14+
# TSC prod output. This has to be in sync with the to directories in ./src, and with pnpm script clean
1515

1616
/*.js
1717
/*.js.map
@@ -33,10 +33,6 @@ test/internal/hardhat-network/provider/.hardhat_node_test_cache/
3333
# Logs
3434
logs
3535
*.log
36-
npm-debug.log*
37-
yarn-debug.log*
38-
yarn-error.log*
39-
lerna-debug.log*
4036

4137
# Diagnostic reports (https://nodejs.org/api/report.html)
4238
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -75,21 +71,15 @@ jspm_packages/
7571
# TypeScript v1 declaration files
7672
typings/
7773

78-
# Optional npm cache directory
79-
.npm
80-
8174
# Optional eslint cache
8275
.eslintcache
8376

8477
# Optional REPL history
8578
.node_repl_history
8679

87-
# Output of 'npm pack'
80+
# Output of 'pnpm pack'
8881
*.tgz
8982

90-
# Yarn Integrity file
91-
.yarn-integrity
92-
9383
# parcel-bundler cache (https://parceljs.org/)
9484
.cache
9585

0 commit comments

Comments
 (0)