问题描述
我创建了全局gitignore:
vim ~/.gitignore_global
我添加以下行:
.DS_Store
(我还尝试了所有不同的变体,例如** /。DS_Store)
git config --global core.excludesfile ~/.gitignore_global
Untracked files:
(use "git add <file>..." to include in what will be committed)
app/code/.DS_Store
为什么这不起作用?我很困惑。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)