.npmignore 63 B

1234
  1. # exclude everything except dist and src
  2. **/*
  3. !dist/**
  4. !src/**