pythonを書いていると、env/やhoge.pyc、__pychache__等、treeコマンドで表示されたくないものが多いのでメモ
$ tree -I 'env|*.pyc|__*
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
pythonを書いていると、env/やhoge.pyc、__pychache__等、treeコマンドで表示されたくないものが多いのでメモ
$ tree -I 'env|*.pyc|__*
Register as a new user and use Qiita more conveniently
Go to list of users who liked