Just add ._ * to the exclude_patterns_file in your sublime settings. Or if you do not want it to be overwritten with additional updates, add this line to 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", "._*"]
source
share