Whitelist npmignore
This commit is contained in:
parent
10952e9dc4
commit
a98218ae22
@ -1,11 +1,10 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
tsconfig.json
|
||||
webpack.config.js
|
||||
yarn-error.log
|
||||
test/
|
||||
/src/
|
||||
/abi-gen-templates/
|
||||
/generated_docs/
|
||||
/scripts/
|
||||
/lib/src/monorepo_scripts/
|
||||
ganache.log
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
!_bundles/**/*
|
||||
|
@ -1 +1,9 @@
|
||||
/src/
|
||||
# Blacklist all files
|
||||
.*
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
|
@ -1,2 +1,9 @@
|
||||
/artifacts/
|
||||
/src/
|
||||
# Blacklist all files
|
||||
.*
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
|
@ -1,13 +1,9 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
tsconfig.json
|
||||
webpack.config.js
|
||||
yarn-error.log
|
||||
test/
|
||||
/src/
|
||||
/_bundles/
|
||||
/abi-gen-templates/
|
||||
/generated_docs/
|
||||
/scripts/
|
||||
/lib/src/monorepo_scripts/
|
||||
/coverage/
|
||||
ganache.log
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
|
@ -1,11 +1,9 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
yarn-error.log
|
||||
/scripts/
|
||||
/generated_docs/
|
||||
tsconfig.json
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
/coverage/
|
||||
/src/
|
||||
/lib/test/
|
||||
test/
|
||||
ganache.log
|
||||
# Package specific ignore
|
||||
|
@ -1,12 +1,9 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
tsconfig.json
|
||||
webpack.config.js
|
||||
yarn-error.log
|
||||
/_bundles/
|
||||
/generated_docs/
|
||||
/scripts/
|
||||
/coverage/
|
||||
/src/
|
||||
/lib/test
|
||||
test/
|
||||
ganache.log
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
yarn-error.log
|
||||
/src/
|
||||
/scripts/
|
||||
test/
|
||||
tsconfig.json
|
||||
/lib/src/monorepo_scripts/
|
||||
/coverage/
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
# Package specific ignore
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Blacklist all files
|
||||
.*
|
||||
yarn-error.log
|
||||
/scripts/
|
||||
tsconfig.json
|
||||
*
|
||||
# Whitelist lib
|
||||
!lib/**/*
|
||||
# Blacklist tests and publish scripts
|
||||
/lib/test/*
|
||||
/lib/monorepo_scripts/
|
||||
/coverage/
|
||||
/src/
|
||||
/lib/test
|
||||
test/
|
||||
ganache.log
|
||||
# Package specific ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user