I’m a front-end developer, and I keep my front-end projects in OneDrive. Due to how Node.js organizes dependencies, each project has a node_modules
directory with tens of megabytes of tiny files which take forever to sync.
What can I do to avoid synchronizing node_modules
directories while keeping the projects in OneDrive?