Dropbox ignore folders like node_modules
Great Dropbox tip:
If you have code on Dropbox, and are annoyed by node_modules sync ups (or just want to avoid syncing certain folders), there's a new way to solve your endless sync problems!
Dropbox has introduced a new attribute you could add to your files/folder to make sure they're ignored!
On Linux, you could simply create the following alias:Then simply use your new dignore command like so:alias dignore="attr -s com.dropbox.ignored -V 1"
dignore path_to_file_or_folder
Important: make sure no active sync is running for the folder, as it could cause "Ignored Item Conflict"
More info on Dropbox IgnoreDropbox Ignore VS Exclude
Dropbox Ignore - when you don't want Dropbox to upload a certain file/folder to the Dropbox Cloud. Dropbox Exclude - when you don't want Dropbox to download a certain file/folder to your local machine.
That's pretty much it!Posted in TechnologyDropbox - source control for lazy developers
Sometimes when I start a new project, the work is pretty intense.
The first few weeks usually involve major changes to the directory structure.Posted in Technology- Previous Page: 1 of 1 Next