Live data from Hacker News

Dropbox ignore file or folder in beta

help.dropbox.com

1–10 of 143 posts

Re: Dropbox ignore file or folder in beta

#2
The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta.

The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs.

This will be immensely helpful for node_modules or build target directories.

Re: Dropbox ignore file or folder in beta

#3

The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta. The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs. This will be immensely helpful for node_modules or build target directories.

Who needs a VCS when you could just use Dropbox?

Re: Dropbox ignore file or folder in beta

#4
This is good to know! On Linux, Dropbox's CLI implements an 'exclude' command that you can apply to certain files/folders. But it doesn't always work. I've had issues especially with Docker volumes, that I set to ignore, but dropbox gets stalled in a endless syncing status... Hope this fixes it!

Re: Dropbox ignore file or folder in beta

#5

The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta. The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs. This will be immensely helpful for node_modules or build target directories.

the problem with this solution seems to me that you can't easily recursively ignore e.g. `__pycache__` or `node_modules`. sure, it's less complexity than defining and parsing an oddball text file with potentially weird glob expressions, but also less powerful.

still, i'll definitely be making use of this!

Re: Dropbox ignore file or folder in beta

#6

The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta. The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs. This will be immensely helpful for node_modules or build target directories.

I can imagine a world where a arbitrary directory is filled with gitignore, dropboxignore, googledriveignore, backblazeignore, s3ignore, rsynciginore, dotignore, ipfsignore . . .

Goddamn, stop the world I want to get off

Re: Dropbox ignore file or folder in beta

#7

The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta. The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs. This will be immensely helpful for node_modules or build target directories.

I can imagine a world where a arbitrary directory is filled with gitignore, dropboxignore, googledriveignore, backblazeignore, s3ignore, rsynciginore, dotignore, ipfsignore . . . Goddamn, stop the world I want to get off

That's probably a clue something needs to be done at the OS level regarding FS integration with cloud syncing systems and permissions.

Re: Dropbox ignore file or folder in beta

#9

The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta. The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs. This will be immensely helpful for node_modules or build target directories.

Who needs a VCS when you could just use Dropbox?

Even better, Dropbox as your VCS and database!

https://www.reddit.com/r/sysadmin/comments/eaphr8/a_dropbox_...

Re: Dropbox ignore file or folder in beta

#10

The most requested feature, to allow a file or folder to be ignored by Dropbox sync without using selective sync is finally in beta. The community requested a .dropboxignore file but they chose another solution which I’m sure is reasonable for making the feature more user friendly to non-devs. This will be immensely helpful for node_modules or build target directories.

> This will be immensely helpful for node_modules or build target directories.

Why would anyone put a node project in Dropbox to begin with?

Post reply on HN