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
As go regexps don't support negative lookahead is difficult to exclude some set defined by a barely selective pattern (like ^\. in a home directory) and yet include some small subset of it (say some dotfiles I want to sync).
Activity