I have modified some node modules and I want to add them to git but they never get added. My app is running in IntelliJ on a MacBook. I tried all the solutions at:
Recursively add the entire folder to a repository
to no avail. I have no .gitignore
file. What is preventing these files from being added? I can even open up a file, make a minor change and save it. Yet Git still does not recognize any changes.