“Usuń ds_store git” Kod odpowiedzi

Usuń 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

Odpowiedzi podobne do “Usuń ds_store git”

Pytania podobne do “Usuń ds_store git”

Więcej pokrewnych odpowiedzi na “Usuń ds_store git” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu