atom/tree-view

Hide VCS Ignored Files does not work if !FileName is used in .gitignore

PRemmen opened this issue · 0 comments

Prerequisites

Description

If I use !FileName to exclude certain files that would have been ignored otherwise, Atoms function to show and hide ignored files from VCS does not work

Steps to Reproduce

Use !FileName in your gitignore

Expected behavior:

with i I should be able to toggle ignored files from VCS (git)

Actual behavior:

see above

Reproduces how often:

all the time

Versions

Atom    : 1.41.0
Electron: 4.2.7
Chrome  : 69.0.3497.128
Node    : 10.11.0

Additional Information

Probably introduced with atom 1.41 on my machine. I've only tested it with Python repositories, running on windows