TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dropbox ignore file or folder in beta

121 点作者 spectaclepiece超过 5 年前

26 条评论

veeralpatel979超过 5 年前
It&#x27;s unfortunate that as startups get larger, the speed of improvement on their product often gets slower.<p>It&#x27;s strange to me that Dropbox has thousands of employees, people have wanted this for a _long_ time, and yet this hasn&#x27;t been built.<p>You&#x27;d think that with more engineering&#x2F;PM&#x2F;design talent the product would get better, and faster.<p>Anyone have any insight into why happens? I&#x27;ve never worked at a early stage startup but here are some hypotheses:<p>- Maybe this is a good thing. After a product is &quot;done&quot;, adding more functionality makes it worse, not better.<p>- Maybe the company leadership&#x27;s focus shifts from building a great product to scaling as fast as possible. And doing both at once isn&#x27;t possible.<p>- Maybe the engineering division grows substantially, but the number of people actually working on the product doesn&#x27;t change much. Instead the new engineers work on important, but auxiliary things, like dev tooling, security, infra, ops, etc<p>- Maybe developing features takes longer because there&#x27;s more process: security&#x2F;legal&#x2F;ops needs to review it, several layers of management need to approve it, it needs to work in multiple countries, etc<p>- Maybe the urgency to keep improving your product disappears after you feel that you&#x27;ve made it<p>- Maybe it&#x27;s more important to take longer to build stable, complete features instead of shipping as fast as possible
评论 #22194561 未加载
评论 #22194486 未加载
评论 #22195460 未加载
评论 #22195983 未加载
spectaclepiece超过 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.<p>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.<p>This will be immensely helpful for node_modules or build target directories.
评论 #22190069 未加载
评论 #22191223 未加载
评论 #22190039 未加载
评论 #22189980 未加载
评论 #22194256 未加载
评论 #22190159 未加载
评论 #22190977 未加载
fyp超过 5 年前
The dropbox cli already lets you ignore folders. I&#x27;ve have had the following script for many years to ignore node_modules:<p><pre><code> exclude_folders=$(find . -type d -name &quot;node_modules&quot; | grep -v &quot;node_modules&#x2F;&quot;) echo &quot;Excluding $exclude_folders&quot; dropbox exclude add $exclude_folders dropbox exclude list </code></pre> The feature I want is <i>pattern-based</i> ignore in a .dropboxignore file.
评论 #22201653 未加载
评论 #22191326 未加载
terpua超过 5 年前
for those using google drive or onedrive, we have ignore rules which supports gitignore syntax -- <a href="https:&#x2F;&#x2F;help.insynchq.com&#x2F;en&#x2F;articles&#x2F;3045421-ignore-rules" rel="nofollow">https:&#x2F;&#x2F;help.insynchq.com&#x2F;en&#x2F;articles&#x2F;3045421-ignore-rules</a><p>note: i&#x27;m a co-founder
评论 #22192540 未加载
s9w超过 5 年前
That seems like an arcane solution, although I&#x27;m happy they finally added it
评论 #22190494 未加载
Angostura超过 5 年前
OK, this is probably a very dumb question, but I&#x27;m trying tio understand the usecase.<p>I put things that I want to sync with Dropbox in &#x2F;Dropbox and take out things that I don&#x27;t want to sync.<p>Why would I want to leave things in &#x2F;Dropbox that I don&#x27;t want on Dropbox?
评论 #22190567 未加载
评论 #22190605 未加载
评论 #22190594 未加载
评论 #22193894 未加载
gwbas1c超过 5 年前
I worked on a sync product that had this feature &quot;forever.&quot; The problem with the &quot;ignore&quot; feature is that it creates corner cases in almost every use case we add. A huge amount of engineering resources goes into this feature, even though its only used by a minority of users.<p>A big problem comes with un-ignoring a file &#x2F; folder, specifically if someone else has gone and added the same file &#x2F; folder on another computer or in the web. The only way to make that use case work smoothly is to basically read minds, because there&#x27;s no way to know which version of the file &#x2F; folder is the right one.
评论 #22191525 未加载
joeblau超过 5 年前
Could they make it work like git? Then all of the templates hosted by <a href="https:&#x2F;&#x2F;gitignore.io" rel="nofollow">https:&#x2F;&#x2F;gitignore.io</a> would work!
bad_user超过 5 年前
Are these settings persisted on their server?<p>Does Dropbox know to not sync those files on a new computer, or do you have to set those settings everywhere?<p>If not, if this works like Selective Sync (which is a local setting), then you can end up accidentally syncing those files from new computers. And is thus not equivalent with a .gitignore.<p>Also does it support glob patterns?<p>Why couldn&#x27;t they do a .gitignore that syncs along with your other Dropbox files and be done with it?
评论 #22192954 未加载
kbumsik超过 5 年前
Interesting. It&#x27;s the first time for me to see a use of file attributes in Linux. What are the common use cases of file attributes?<p>Also, I just notice that every files in Dropbox folder has com.dropbox.attributes key with unreadable binary value. Does anyone have an idea about this field?
评论 #22190560 未加载
评论 #22190990 未加载
wtmt超过 5 年前
While the instructions go to a level of detail with the assumption that the person typing these commands may not be familiar with them, I don’t get why there are no instructions on this page to revert ignoring a file or folder so that it starts syncing to Dropbox again.
karlicoss超过 5 年前
Obligatory mention of Syncthing, which had .stignore file for a while [0]. It&#x27;s open source, and you can selfhost in; but the downside comparing to Dropbox is that you won&#x27;t be able to access your files if your computers are off.<p>[0] <a href="https:&#x2F;&#x2F;docs.syncthing.net&#x2F;users&#x2F;ignoring.html" rel="nofollow">https:&#x2F;&#x2F;docs.syncthing.net&#x2F;users&#x2F;ignoring.html</a>
评论 #22190441 未加载
brian_herman__超过 5 年前
It would be cool to make a file that would be globally ignored with all syncing services so it couldn&#x27;t be uploaded. Though I do not think this is possible.
azhenley超过 5 年前
I recently wrote a blog post about another feature I have been wishing Dropbox would add. Looks like it won&#x27;t be happening anytime soon...<p>&quot;Hey Dropbox, why can&#x27;t I compare file versions like this?&quot; <a href="http:&#x2F;&#x2F;web.eecs.utk.edu&#x2F;~azh&#x2F;blog&#x2F;whycanticomparefileversions.html" rel="nofollow">http:&#x2F;&#x2F;web.eecs.utk.edu&#x2F;~azh&#x2F;blog&#x2F;whycanticomparefileversion...</a>
dkobia超过 5 年前
FYI I tried this feature out a few months ago and found it to be useless for build folders. Extended attributes (xattr) get lost everytime you recreate a file&#x2F;folder - think &#x27;build&#x27;, &#x27;node_modules&#x27; etc. Additionally Dropbox broke selective sync which is even more infuriating. All this combined means my hard drive is running all the time.
Illniyar超过 5 年前
Will an ignored file be ignored for all devices or just my device?<p>That is, what if I have a file&#x2F;directory in my dropbox on one device and then another device &quot;ignores&quot; it? would it be ignored everywhere or just in my device?<p>Either way seems like a recipe for a lot of problems. No wonder it took so long to get to it (and it&#x27;s still in Beta).
评论 #22191275 未加载
oscarpaz超过 5 年前
This is good to know! On Linux, Dropbox&#x27;s CLI implements an &#x27;exclude&#x27; command that you can apply to certain files&#x2F;folders. But it doesn&#x27;t always work. I&#x27;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!
kissgyorgy超过 5 年前
LOL I think Nextcloud has this feature for years already? Such a superior experience compared to Dropbox! I will never look back! Especially now with the next big update: Nextcloud Hub: <a href="https:&#x2F;&#x2F;nextcloud.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nextcloud.com&#x2F;</a>
dpcan超过 5 年前
Fantastic!!! Will definitely go back to Dropbox when this feature is available.<p>Recently I switched to OneDrive, also no ignore that I can find, but I&#x27;m only making extra copies of stuff in there that I want backed up to the cloud.
评论 #22193095 未加载
rmah超过 5 年前
I have never understood why dropbox refuses to allow folders other than &quot;Dropbox&quot; to be sync&#x27;ed. It mystifies me and keeps me from using it.
评论 #22192081 未加载
binichgross超过 5 年前
Well, better late than never.
andy9775超过 5 年前
can I do a pattern based ignore, to ignore a specific folder in all subfolders?<p>Dropbox&#x2F;<i></i>&#x2F;node_modules&#x2F;<p>or similar?
nvr219超过 5 年前
Mazal tov
treebornfrog超过 5 年前
Genuine question, why do people here use Dropbox or box when Google drive is far superior?
评论 #22191162 未加载
评论 #22190706 未加载
评论 #22191307 未加载
评论 #22190609 未加载
评论 #22190780 未加载
评论 #22190541 未加载
评论 #22191878 未加载
评论 #22190675 未加载
评论 #22190543 未加载
评论 #22191285 未加载
评论 #22191208 未加载
评论 #22194316 未加载
评论 #22193306 未加载
paulcnichols超过 5 年前
Rejoice!
dropdrive超过 5 年前
Is there any reason to use dropbox over onedrive? This feature has been in onedrive I believe since Windows 10 release? (Also onedrive has linux clients too so- I use it on Linux itself and the linux client by abraunegg supports this)
评论 #22191937 未加载
评论 #22190913 未加载
评论 #22190716 未加载
评论 #22195162 未加载
评论 #22190683 未加载