Add .npmignore to all contracts-* packages so we only publish the Solidity source and lib dir (minus tests)

This commit is contained in:
fabioberger 2019-11-08 18:20:47 +00:00
parent 3b9d84fa58
commit 4767882ed3
15 changed files with 150 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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