You can use gitignore to leave node_modules out of your repo. Anyone using your project should be able to use `nom install` to add the modules again.