1export const ptcheckIgnoreGlobsA = ['**/public/s*w.js', 'pt0/threerulecycleapp/public/**'] // committed SW build artifacts; legacy game public JS3export const isPtcheckIgnoredPtPath = (ptPath: string) =>4 /(^|\/)public\/s[^/]*w\.js$/.test(ptPath) || ptPath.startsWith('pt0/threerulecycleapp/public/')