atom-hg
atom-hg copied to clipboard
Exclude VCS Ignored Paths
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.
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.
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.