* `@0x/contracts-treasury` (squashed) Fix @0x/contracts-zero-ex readme Create package for governance contracts Rename @0x/contracts-governance to @0x/contracts-treasury and write contracts Write tests and such Missed a few places where "governance" should be "treasury"` Update changelog with PR number Appease CI Arbitrary treasury actions Export treasury artifacts and wrappers Continue to do battle with CI Address PR feedback * More PR feedback
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
# Blacklist all files
|
|
.*
|
|
*
|
|
# Whitelist lib
|
|
!lib/**/*
|
|
# Whitelist Solidity contracts
|
|
!contracts/src/**/*
|
|
# Blacklist tests in lib
|
|
/lib/test/*
|
|
# Package specific ignore
|