supprimer ds_store git
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store
Wicked Warbler
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
git add .gitignore
git commit -m '.DS_Store banished!'