Skip to content

Commit

Permalink
Merge pull request #4 from ChainSafe/nh/add-npm-ignore
Browse files Browse the repository at this point in the history
Add .npmignore file
  • Loading branch information
nazarhussain authored Oct 8, 2024
2 parents 543ae01 + 57ee7aa commit e6a5fb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
test/
/target
Cargo.lock
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*.node

0 comments on commit e6a5fb4

Please sign in to comment.