How can I stop .DS_Store from being created
Hi all,
I'm building a web application using MarkoJS, and it's trying to build the source files in to a distributable static folder.
It is currently throwing errors because of the stupid, useless .DS_Store files that Mac OSX seems to LOVE creating.
I have absolutely zero use for these files, and would like to turn them off - how can I do that?
Thanks!
MacBook Pro with Retina display, OS X El Capitan (10.11.6)