ramirezd42 / node-audio

Graph-based audio api for Node.js based on LabSound and JUCE
88 stars 7 forks source link

Add .npmignore #10

Closed eliot-akira closed 6 years ago

eliot-akira commented 6 years ago

I noticed that the node-audio package on NPM has a few unnecessary files, including test.wav which is pretty big.

This PR may not be needed if you could remove them locally before publishing next version.

For reference, I checked: https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package

.npmignore ignores .DS_Store and node_modules by default.

ramirezd42 commented 6 years ago

cool thanks!