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
Entries with Path Components are created with a Backslash instead of a forward Slash, which are invalid in .gitignore files.
Backslashes should either be escaped with a second Backslash or - preferably - just be replaced with forward Slashes.