Skip to content

Commit

Permalink
Making a rule to ignore generated addresses more general
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Nov 18, 2022
1 parent 0bead29 commit 2e24cca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ token-tracker/
# We won't generate new bindings in the docker build process, but use the existing ones.
!pkg/chain/gen

pkg/chain/ethereum/threshold/gen/_address/TokenStaking
pkg/chain/ethereum/beacon/gen/_address/RandomBeacon
pkg/chain/ethereum/ecdsa/gen/_address/WalletRegistry
# Contract addresses.
# We do not want to overwrite extracted contract addresses with empty content while
# coping local root directory to docker image context.
**/gen/_address/*

0 comments on commit 2e24cca

Please sign in to comment.