Skip to content

Commit

Permalink
update gitignore in crates folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 13, 2023
1 parent 4df5712 commit ba47007
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions crates/rethnet_evm_napi/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ba47007

Please sign in to comment.