# ignore everything
*

# except package.json and build
!package.json
!README.md
!dist/**
!bin/**

# ignore the tsbuildinfo file
dist/.tsbuildinfo
