Is there a way to ignore everything except the folder and its contents for the bower library. I tried something like this, but it didn't work
"ignore": [ "./!(dist)" ]
My folder structure looks like this and I only want to distribute the dist folder.
/dist myLibrary.js myLibrary.min.js /src ... /node_modules ... package.json bower.json ...
javascript gitignore bower glob
rob
source share