# ignore everything
*

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

# but not tsc cache 
dist/tsconfig.tsbuildinfo