これ、Twitterで引用にするとちょうど最後の行だけ隠れるんだよな
~~~~~~~~~~
[https://odakyu.app/@h/105236326978127894]
For those who wants information about Yuito, subscribe my English posts only (available on account profile, Mastodon v4 or above).
くだらないこと言ってる人格は わんせた 、コード書いてる人格は kyori
呼ぶときは わせたん でもよし。たんってついてればかわいいので
Manages: https://odakyu.app https://nitiasa.com
Maintains: https://accelf.net/yuito (fork of Tusky)
when these instances down see here: @ars42525 @ars42525
Server Status: https://graph.accelf.net
これ、Twitterで引用にするとちょうど最後の行だけ隠れるんだよな
~~~~~~~~~~
[https://odakyu.app/@h/105236326978127894]
このアカウントは、notestockで公開設定になっていません。
Lightsail Containers: An Easy Way to Run your Containers in the Cloud | AWS News Blog | https://aws.amazon.com/jp/blogs/aws/lightsail-containers-an-easy-way-to-run-your-containers-in-the-cloud/
$ touch test
$ echo 'test' > .git/ignore
$ git config --local core.excludesFile .git/ignore
これでuntrackedから消えましたね
skip worktreeはすでにトラッキングしてるファイルだしなぁと思って調べたけど `git config --global core.excludesfile` でgitの外にgitignoreが置ける…?