11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
# Blacklist all files
|
|
.*
|
|
*
|
|
# Whitelist lib
|
|
!lib/**/*
|
|
# Blacklist tests and publish scripts
|
|
/lib/test/*
|
|
/lib/monorepo_scripts/
|
|
# Package specific ignore
|
|
!bin/**/*
|