# ignore everything
*

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

# but not tsc cache 
dist/tsconfig.tsbuildinfo