Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

chore: new npmignore #155

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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