Downloading Onyx and unchecking "show hidden files" will also solve stop the .DS_Store files from appearing. You can also do it via terminal,
type:
"defaults write com.apple.finder AppleShowAllFiles -bool false"
without the quotes, it is case sensitive. Then hit enter, and type
"killall Finder"
also without quotes, case sensitive. That should get rid of them as well.