OS X: Make Hidden Files Obvious on the Dock
Open up terminal, paste the code below, then log your user out.
# Make Hidden Files Apparent
defaults write com.apple.Dock showhidden -bool yes
# Make Hidden Files Unapparent
defaults write com.apple.Dock showhidden -bool no