LoginSignup
2
0

More than 5 years have passed since last update.

Atom w/ Nuclideで.gitignore対象のファイルをツリーに表示する

Posted at

はじめに

Atomのファイルツリーに、.gitignoreの管理化に入れたファイルを表示したい。
ググったところ tree-view packageの設定を変える方法がヒットしましたが、Nuclideを入れた環境ではtree-viewはIncompatible Packageとして扱われてそもそもenableにできず。

image.png

Core Settingの方で設定が出来たので、メモ。

環境

  • ATOM: 1.24.0 x64
  • Nuclide: 0.283.0

設定方法

Settings -> Core -> Exclude VCS Ignored Paths でチェックを外します。

image.png

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0