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