“Remova o ds_store git” Respostas de código

Remova o ds_store git

# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store
Wicked Warbler

ds_store gitignore

find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch

git add .gitignore
git commit -m '.DS_Store banished!'
Panicky Panther

Respostas semelhantes a “Remova o ds_store git”

Perguntas semelhantes a “Remova o ds_store git”

Mais respostas relacionadas para “Remova o ds_store git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código