{"version":3,"file":"glob.cjs","names":[],"sources":["../src/glob.ts"],"sourcesContent":["export const globIgnore = [\n  '**/node_modules/**',\n  '**/.antigravitycli/**',\n  // Git's object store holds copies of tracked files (and `dot: true` makes them visible), so\n  // scanning it would both slow every glob down and let stale blobs influence detection.\n  '**/.git/**',\n  // The org-standard temporary directory; stale copies under it (e.g. review scratch dirs) must\n  // not influence language detection.\n  '**/.tmp/**',\n  '**/.tmp-*/**',\n  // Local caches can contain complete third-party source checkouts. Treating those as repository\n  // code generates workflows for paths that are gitignored and absent from fresh CI checkouts.\n  '**/.cache/**',\n  '**/.venv/**',\n  '**/test-fixtures/**',\n  '**/test/fixtures/**',\n  '**/dist/**',\n  '**/build/**',\n  '**/target/**',\n  '**/temp/**',\n  '**/tmp/**',\n];\n"],"mappings":"aAAA,MAAa,EAAa,CACxB,qBACA,wBAGA,aAGA,aACA,eAGA,eACA,cACA,sBACA,sBACA,aACA,cACA,eACA,aACA,WACF"}