For those using Mac, how do you prevent .DS_Store ...
# sdf
r
For those using Mac, how do you prevent .DS_Store from being included when you do a "Deploy Project"
m
Our
deploy.xml
files are explicit. We enter the files and objects that should be deployed explicitly in the file. Then no other files are accidentally deployed.
m
We use a pre-commit hook that erases all those files before committing
👍 2