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

Chore: ignore the node dependencies #1

Merged
merged 2 commits into from Aug 13, 2022
Merged

Chore: ignore the node dependencies #1

merged 2 commits into from Aug 13, 2022

Conversation

AlanSyue
Copy link
Contributor

Why?

Since NPM will ignore everything in node_modules, I think we should avoid uploading the node_modules to GitHub to decrease the size of the repo.

See NPM document

Additionally, everything in node_modules is ignored, except for bundled dependencies. npm automatically handles this for you, so don't bother adding node_modules to .npmignore.

@IMingGarson
Copy link
Owner

Thank you Alan. PR merged!

@IMingGarson IMingGarson merged commit 90b0289 into IMingGarson:main Aug 13, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants