-
Notifications
You must be signed in to change notification settings - Fork 3k
Create an effective .npmignore #1683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
thanks for the heads up |
@gustavohenke why don't you submit a PR and @christopherthielen will review it so that they can work on other more complicated things for 0.2.14? |
@ilanbiala Yes sir! See #1701 |
Could you please include bower_components folder in .npmignore? I had install today and it comes with almost 80 MB in DefinitelyTyped folder |
@americoneto1 Sure. It'll probably happen faster if you submit a PR. 😄 |
Nice! I'll do it! |
Hey,
I just installed UI Router thru NPM, and it gave me a heavy (6.7 MB), bloated package:
When I opened the
.npmignore
, I found that its contents aren't effective at all:I suggest adding at least the following directories to the list:
I wanted to send a PR with this modifications, but I couldn't find anywhere in this repo a file called
.npmignore
.Guys, can we do this? It will make everyone's CI builds faster!
The text was updated successfully, but these errors were encountered: