如何让 Dropbox(在 Mac)始终忽略 node_modules?
How can I get Dropbox (on Mac) to always ignore node_modules?
我正在使用 Dropbox 处理所有事情,它工作得很好——除了包括 node_modules 在内的项目,它把一切都搞砸了。
我尝试了不同的解决方案,并且有一个终端快捷方式“di”告诉 dropbox 忽略 node_modules-文件夹等。
有时我会忘记 运行 这个,或者文件夹存在的时间足够长,以至于 Dropbox 在同步 23,321,676,243,588,742 个文件时完全崩溃。
我看不到需要 Dropbox 同步名为 node_modules 的文件夹的重要用例。
我怎样才能让它始终忽略所有名为 node_modules 的文件夹,或者以另一种方式避免这些类型的同步问题?
我快速 Google 搜索了你,因为我一直在寻找同样的东西。
关于超级用户的 similar/same 问题有一个答案:https://superuser.com/a/1527145
以及 https://superuser.com/users/693355/panagiotis-simakis where he introduces his shell scriptthat utilizes files similar to .gitignore
but for dropbox. Give it a try https://github.com/sp1thas/dropboxignore
对该回答的评论
如果有效请告诉我!
我正在使用 Dropbox 处理所有事情,它工作得很好——除了包括 node_modules 在内的项目,它把一切都搞砸了。
我尝试了不同的解决方案,并且有一个终端快捷方式“di”告诉 dropbox 忽略 node_modules-文件夹等。 有时我会忘记 运行 这个,或者文件夹存在的时间足够长,以至于 Dropbox 在同步 23,321,676,243,588,742 个文件时完全崩溃。
我看不到需要 Dropbox 同步名为 node_modules 的文件夹的重要用例。 我怎样才能让它始终忽略所有名为 node_modules 的文件夹,或者以另一种方式避免这些类型的同步问题?
我快速 Google 搜索了你,因为我一直在寻找同样的东西。
关于超级用户的 similar/same 问题有一个答案:https://superuser.com/a/1527145
以及 https://superuser.com/users/693355/panagiotis-simakis where he introduces his shell scriptthat utilizes files similar to .gitignore
but for dropbox. Give it a try https://github.com/sp1thas/dropboxignore
如果有效请告诉我!