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

fixed #73 removed tracking of node_modules in backend folder #76

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

saikiranrudra
Copy link

What is the change?

Since backend/node_modules was committed previously that's why even though it was ignored in .gitignore it was getting tracked

The following thing I have made to fix it

  1. I removed it from the cached using
git rm --cached  node_modules 
  1. deleting the node_modules committed the changes

What does it fix/add?

node_modules in backend will not be tracked from now but not removed from history need to be deleted and commit to not be shown in future clones

How was it tested?

  1. Deleted backend/node_modules and did npm install
  2. Did git status to see weather backend/node_modules is tracked or not. it seen that backend/node_modules is not getting tracked

Submissions guide:

  • Have you followed the Contribution guide?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you made corresponding changes to the documentation?
  • Your submission doesn't break any existing feature.
  • Have you lint your code locally prior to submission?

Screenshots (if appropriate):

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.

1 participant