Sublime Text 2 - when working on a network drive it create ._ files, and I can't seem to find a settings to turn this feature off.
I had similar problem with TextMate before and the solution was to change OakDocumentDisableFSMetaData property, but I can't find anything similar within Sublime
TextMate solution was:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1
http://blog.zachwaugh.com/post/309913111/preventing-textmate-from-creating-files-on-network-drive
Just add ._* to the file_exclude_patterns in your Sublime Preferences. Or if you don't want it to be overwritten by further updates add this line to your User Prefs
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "._*"]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With