'How to remove numerous untracked and pending changes in VS Code source control

I have over 700 pending changes in the source control of my VS Code.

They are tracked and untracked and cannot send anything to GitHub. I tried using git init and git ignore, and read that I need to be sure my Node npm is installed globally, but don't know how to check that.

I also checked the unhide box for my folders but the changes keep adding up on VS Code. I even tried to commit them all, which didn't work as they're still there. How do I stop this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source