Closed HenriBeck closed 5 years ago
True. I need to double check that the package still include the compiled dir, because NPM also regards .gitignore
. But overall this makes it much nicer :)
It will still be included in npm because the files are specified inside the package.json
files
property which takes precedence over the gitignore.
Yep, just checked it, and it works :)
As the lib is now published on npm and we are installing it that way, there is no reason for keeping the compiled files inside the git repo.