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
I added into config this ignore settings:
But folder is not ignored.
I debugged it and problem is in this two lines:
Path is correctly normalized and \ is replaced with /.
But then relative path is made and it again contains \ instead of /.
The text was updated successfully, but these errors were encountered:
I added into config this ignore settings:

But folder is not ignored.
I debugged it and problem is in this two lines:


Path is correctly normalized and \ is replaced with /.
But then relative path is made and it again contains \ instead of /.
The text was updated successfully, but these errors were encountered: