victor-torres / atom-hg

Mercurial support for Atom text editor. Works on Linux, Mac OS X and Windows.
https://atom.io/packages/atom-hg
MIT License
27 stars 5 forks source link

Exclude VCS Ignored Paths #44

Open victor-torres opened 7 years ago

victor-torres commented 7 years ago

Created based on https://github.com/victor-torres/atom-hg/issues/33#issuecomment-278757873

Seems that atom-hg doesn't pay attention to the Atom’s setting 'Exclude VCS Ignored Paths'. In other words, .hgingnore files are hidden regardless of whether 'Exclude VCS Ignored Paths' is checked or not.

TomKemperNL commented 7 years ago

I had always thought this to be an Atom issue.

There are 2 of these settings in Atom. 1 is in the main setting screen (settings/Core), but another one is in the settings of the treeview package (settings/Packages/search Treeview).

The treeview one works for me (since I don't actually hide ignored files in most projects either)

@gabefinch We'll have to look into these two conflicting settings, but in the meantime, this should be a doable workaround.

SC7639 commented 7 years ago

I am having the same issue. Even though I've enabled 'Exclude VCS Ignored Paths'. The paths ignored by mercurial in the .hgignore file are still being searched by the fuzzy file searcher.