LoginSignup
11
10

More than 5 years have passed since last update.

.DS_StoreをBacklogなどのファイル共有フォルダに生成しない方法

Last updated at Posted at 2014-11-25

Mac OS X を利用してファイル共有フォルダを操作すると、
他環境などでは.DS_Storeファイルが生成されてとても厄介です。
Backlogのファイル共有に至っては、._.DS_Storeなんて、一見可愛いファイルまでも生成されてしまい、
Backlogの恥ずかしい状態
操作する毎にプロジェクトホームにも表示されてしまうので、とても恥ずかしいです。

停止

「ターミナル」から以下のコマンドを実行。

コマンド
defaults write com.apple.desktopservices DSDontWriteNetworkStores true

その後、再起動。

再開

「ターミナル」から以下のコマンドを実行。

コマンド
defaults write com.apple.desktopservices DSDontWriteNetworkStores false

その後、再起動。

11
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
10