Skip to content

Commit

Permalink
chore: new npmignore
Browse files Browse the repository at this point in the history
chore: typo in gitignore

chore: typo in npmignore
  • Loading branch information
jatZama committed Dec 2, 2024
1 parent 3311cac commit 44cb8f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
*
!/artifacts/
!/artifacts/contracts/
!/artifacts/contracts/**/*.json
/artifacts/contracts/**/*.dbg.json
!/artifacts/gateway/
!/artifacts/gateway/GatewayContract.sol/GatewayContract.json
/artifacts/gateway/**/*.json
/artifacts/gateway/**/*.dbg.json
!addresses/**
!contracts/**
!gateway/**
Expand Down

0 comments on commit 44cb8f3

Please sign in to comment.