You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Created based on #33 (comment)
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.
The text was updated successfully, but these errors were encountered: