Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add npmignore file to ensure we always publish the dist directory
- Loading branch information
| @@ -0,0 +1,6 @@ | ||
| .env | ||
| package-lock.json | ||
| bower_components/ | ||
| node_modules/ | ||
| sauce_connect/ | ||
| sauce_connect.log |