# Ignore everything by default
**

# Use negative patterns to bring back the specific things we want to publish
!/lib/**

# But exclude test folders
/lib/**/test

# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE
