Update all .npmignores
This commit is contained in:
parent
a98218ae22
commit
75a0d3e494
@ -1,6 +1,10 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
!bin/**/*
|
||||||
|
@ -1,7 +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/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
/schemas/
|
# Blacklist tests and publish scripts
|
||||||
test/
|
/lib/test/*
|
||||||
tsconfig.json
|
/lib/monorepo_scripts/
|
||||||
/lib/src/monorepo_scripts/
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/scripts/
|
# Whitelist lib
|
||||||
/src/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
/generated_docs/
|
# Blacklist tests and publish scripts
|
||||||
test/
|
/lib/test/*
|
||||||
tsconfig.json
|
/lib/monorepo_scripts/
|
||||||
/lib/src/monorepo_scripts/
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
!bin/**/*
|
||||||
|
@ -1,7 +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/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/scripts/
|
# Whitelist lib
|
||||||
/src/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/scripts/
|
# Whitelist lib
|
||||||
/src/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
*
|
*
|
||||||
*/
|
# Whitelist lib
|
||||||
!lib/**/*
|
!lib/**/*
|
||||||
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
!umd/**/*
|
!umd/**/*
|
||||||
.env
|
.env
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
/schemas/
|
# Blacklist tests and publish scripts
|
||||||
test/
|
/lib/test/*
|
||||||
tsconfig.json
|
/lib/monorepo_scripts/
|
||||||
/lib/src/monorepo_scripts/
|
# Package specific ignore
|
||||||
|
10
packages/migrations/.npmignore
Normal file
10
packages/migrations/.npmignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Blacklist all files
|
||||||
|
.*
|
||||||
|
*
|
||||||
|
# Whitelist lib
|
||||||
|
!lib/**/*
|
||||||
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
!bin/**/*
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
|
# 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/
|
||||||
|
# Package specific ignore
|
||||||
|
!bin/**/*
|
||||||
|
!solc_bin/.gitkeep
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
/lib/src/monorepo_scripts/
|
/lib/test/*
|
||||||
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
/lib/src/monorepo_scripts/
|
/lib/test/*
|
||||||
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
/lib/src/monorepo_scripts/
|
/lib/test/*
|
||||||
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/src/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
/lib/src/monorepo_scripts/
|
/lib/test/*
|
||||||
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
node_modules/
|
# Whitelist lib
|
||||||
/scripts/
|
!lib/**/*
|
||||||
/rules/
|
# Blacklist tests and publish scripts
|
||||||
tsconfig.json
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/scripts/
|
# Whitelist lib
|
||||||
/src/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/scripts/
|
# Whitelist lib
|
||||||
|
!lib/**/*
|
||||||
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
!types/**/*
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
# Blacklist all files
|
||||||
.*
|
.*
|
||||||
yarn-error.log
|
*
|
||||||
/scripts/
|
# Whitelist lib
|
||||||
/src/
|
!lib/**/*
|
||||||
tsconfig.json
|
# Blacklist tests and publish scripts
|
||||||
|
/lib/test/*
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
# Package specific ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user