# Ignore everything by default
**

# Use negative patterns to bring back the specific things we want to publish
!/bin/**
!/lib/**
!/dist/**
!ThirdPartyNotice.txt
!/EULA/**

# Ignore certain files in the above folder
/dist/*.stats.*
/lib/**/test/**
/lib/**/*.js.map
/dist/**/*.js.map

# 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

## Project specific definitions
# -----------------------------

!/mixins/**
!/patch/**
!/profile/**