Skip to content
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

rm no use ignore file #1

Open
zhangyaochun opened this issue Mar 23, 2015 · 1 comment
Open

rm no use ignore file #1

zhangyaochun opened this issue Mar 23, 2015 · 1 comment

Comments

@zhangyaochun
Copy link

Use a .npmignore file to keep stuff out of your package. If there's no .npmignore file, but there is a .gitignore file, then npm will ignore the stuff matched by the .gitignore file. If you want to include something that is excluded by your .gitignore file, you can create an empty .npmignore file to override it.

see doc in npm site

@fantasyni
Copy link
Member

ha i will see it, thanks for your suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants