D
D
Dmitry2019-04-25 12:30:22
Data storage
Dmitry, 2019-04-25 12:30:22

How can I use the cloud (i.disk, dropbox) if some files do not want to be transferred to it due to zero weight (node_modules/bin)?

The situation is this: I transferred my projects to Yandex.disk. But when synchronizing the node_modules/bin/ folder, some files from this folder have zero weight and do not want to be transferred. Yandex.disk gives error syncing.
Plus, I have a different environment at home and at work, and every time I have to do npm install.
Is there a way to exclude some folders from synchronization so that the folder is local, but it does not fall into the cloud? Yandex has an option to throw selective folders out of synchronization, but at the same time it also deletes them locally. And if you create this folder again, then the setting flies and again everything is synchronized.
Question: is there a solution for Yandex or other cloud vendors?
I'm happy to take note of the decisions of other members of the community to store web development projects in the cloud

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2019-04-25
@inoise

A counter question - why do you upload node_modules to the cloud if they still won't be executed there? I suspect that you are synchronizing the project between machines. Maybe then immediately in git?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question