I have a Node.js project and have imported a few Node modules. The git_status
command shows the files that I changed in the project. I have also changed some files under the node_modules
directory but those are not shown. The node_modules
directory is shown as untracked.
Untracked files:
(use "git add <file>..." to include in what will be committed)
node_modules/
src/js/main-release-paths.json
I have changed only one file in node_modules
:
node_modules/@oracle/grunt-oraclejet/node_modules/@oracle/oraclejet-tooling/lib/serve/connect.js
How can I track this file?