“Удалить ds_store git” Ответ

Удалить 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

Ответы похожие на “Удалить ds_store git”

Вопросы похожие на “Удалить ds_store git”

Больше похожих ответов на “Удалить ds_store git” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования