以下の内容はhttps://yohei-a.hatenablog.jp/entry/20200710/1594314346より取得しました。


.gitignoreで .DS_Store を削除する

  • gti で .DS_Store を無視するよう設定する
$ vi ~/.gitignore_global
.DS_Store
$ git config --global core.excludesfile ~/.gitignore_global
  • GitHub の .DS_Store を削除する
$ git rm -r --cached .
$ git add .
$ git commit -m "create .gitignore"
$ git push origin master



以上の内容はhttps://yohei-a.hatenablog.jp/entry/20200710/1594314346より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14