sshfs - How to prevent ._ (dot underscore) files? -


I am using TextMet2 to edit a rail project on remote Linux server.

When I created another file (for example README.rdoc ) another file (i.e. ._ README.rdoc ):

  -r-RW-R-- 1 4096 Feb 17 17:19 ._README.rdoc -rw-rw-r-- 1 486 17 February 17:19 README.rdoc  < / Pre> 

The systematic doctor mentioned:

  defaults com.macromates.textmate writes okada to use the featSamataData 1   

but ._ < / Code> files are still created after the above .

Is there a way to disable creating ._ files while using sshfs + textmate 2?

, use:

  enter default. Macromates.TextMate.preview volumeSettings' {"/ users / ohho / mount /" = {extended property = 0; }; } '  

Where / user / oh / mount / all my sshfs is the original folder of the mounted folders.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -