Add .npmignore to all contracts-* packages so we only publish the Solidity source and lib dir (minus tests)
This commit is contained in:
10
contracts/integrations/.npmignore
Normal file
10
contracts/integrations/.npmignore
Normal file
@@ -0,0 +1,10 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Whitelist Solidity contracts
|
||||
!contracts/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
# Package specific ignore
|
Reference in New Issue
Block a user