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
// Skip over any minified JavaScript files (ending in ".min.js")// Skip over dotted files and folders as wellconstignoreFileNamePattern=/(\.min\.js$)|([\\/]\.[\w.])/;