WindowsとUbuntu 12.04を実行している2台のコンピューター間でコードプロジェクトを同期しようとしています。両方のマシンでEclipseを使用していますが、Eclipseによって作成された。metadataフォルダーは、OSの非互換性のためにEclipseをクラッシュさせています。
Dropboxに「このフォルダーを無視する」ように指示する方法があるのかと思っていました。または、すべての隠しファイルを無視することもできます。
Dropboxの公式コマンドラインインターフェイス(CLI)を使用する
Prompt$ dropbox help exclude
dropbox exclude [list]
dropbox exclude add [DIRECTORY] [DIRECTORY] ...
dropbox exclude remove [DIRECTORY] [DIRECTORY] ...
"list" prints a list of directories currently excluded from syncing.
"add" adds one or more directories to the exclusion list, then resynchronizes Dropbox.
"remove" removes one or more directories from the exclusion list, then resynchronizes Dropbox.
With no arguments, executes "list".
Any specified path must be within Dropbox.
http://www.dropboxwiki.com/tips-and-tricks/using-the-official-dropbox-command-line-interface-cli
Dropboxがそれを一時ファイルと見なすような方法でファイルに名前を付けることができます。
例えば。 .~myfile.foo
彼らの助けによると: https://www.dropbox.com/en/help/145 -
一時ファイル
一部のアプリケーション(Microsoft Word、Excel、PowerPointなど)がファイルを開くと、一時ファイルが同じディレクトリに保存され、次のいずれかの方法で名前が付けられます。
名前は〜$(チルドとドル記号)または。〜(ピリオドとチルド)で始まります
- 名前はチルダで始まり、.myfile.tmpなどの.tmpで終わります。
- Dropboxはどのオペレーティングシステムでもこれらの一時ファイルを同期しません。