Skip to content

Remove node_modules from git tracking#17

Open
amanjagdev wants to merge 1 commit into
easebuzz:masterfrom
amanjagdev:fix/remove-node-modules-from-tracking
Open

Remove node_modules from git tracking#17
amanjagdev wants to merge 1 commit into
easebuzz:masterfrom
amanjagdev:fix/remove-node-modules-from-tracking

Conversation

@amanjagdev
Copy link
Copy Markdown

Summary

Fixes #16

The .gitignore added in #15 already excludes node_modules/, so once this lands they won't be re-added.

Impact

This is a large deletion-only diff. No source code is changed — only vendored dependencies are removed from tracking. After merging, contributors just need to run npm install as usual.

Test plan

  • Clone the branch, run cd Easebuzz_NodeJS_kit && npm install && node main.js
  • Verify server starts correctly
  • Verify node_modules/ is not tracked by git after npm install

node_modules/ was committed to the repository, bloating the repo and
making dependency updates show up as noisy diffs. The .gitignore added
in the prior fix already excludes this directory — this commit removes
the tracked files so the ignore rule takes effect.

Also includes the updated package-lock.json reflecting the dependency
fixes from the prior commit.
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.

node_modules/ is committed to the repository

1 participant