you will want to have a .gitignore file in the root directory the file, at a minimum should contain: node_modules/ to exclude all of the external node dependencies. Those are vast and some have very ...