dropboxignore icon indicating copy to clipboard operation
dropboxignore copied to clipboard

README: Please provide some details about the .dropboxignore file

Open birgersp opened this issue 2 years ago • 2 comments

Hello,

Sorry but I am confused.

The .dropboxignore file specifies which files to be ignored by dropbox sync. But is this a (built-in) feature of dropbox? Or is it a feature added by this application (project).

If it's a feature added by this project, I am confused why that isn't explicitly stated in the README (because .dropboxignore is what I was looking for). The CLI tool is nice and all, but all I personally (and probably others) care about is adding stuff to .dropboxignore. Namely,

**/node_modules

in .dropboxignore in the root directory of all my Node projects.

And I just did, and it works! Amazing!

I also tried genupi, but it created a plethera of .dropboxignore files. I'd rather not have to put one of those in all my projects.

TLDR: Explain the .dropboxignore file in README.

birgersp avatar May 14 '22 17:05 birgersp

Hey @birgersp , firstly, thanks for your feedback. The ability to ignore a file or folder from dropbox is a built-in feature. On the other hand, the .dropboxignore file is not natively supported by dropbox (that's why I started this project). I think you have a point, the concept of .dropboxignore file could be a bit more detailed. Are you willing to open a PR for this?

sp1thas avatar May 16 '22 22:05 sp1thas

In all honesty, I moved to MEGA instead of Dropbox. Initially just because MEGA has a good feature for excluding files/folders (using pattern matching, wildcards etc).

birgersp avatar May 30 '22 12:05 birgersp