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