mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
chore: remove checked-in pi workspace files
This commit is contained in:
@@ -27,7 +27,7 @@ const sourceExtensions = new Set([".ts", ".tsx", ".js", ".mjs", ".cjs"]);
|
||||
const sourcePattern = "**/*.{ts,tsx,js,mjs,cjs}";
|
||||
const testPattern = "**/*.{test,e2e.test,live.test}.{ts,tsx,js,mjs,cjs}";
|
||||
// Keep local agent support trees and vendored snapshots classified but outside jscpd.
|
||||
const intentionallyUnscannedPrefixes = [".agents/", ".pi/", "vendor/"];
|
||||
const intentionallyUnscannedPrefixes = [".agents/", "vendor/"];
|
||||
|
||||
const generatedIgnores = [
|
||||
"extensions/qa-matrix/src/shared/**",
|
||||
|
||||
Reference in New Issue
Block a user