forked from Dicklesworthstone/agentic_coding_flywheel_setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ubsignore
More file actions
30 lines (23 loc) · 819 Bytes
/
.ubsignore
File metadata and controls
30 lines (23 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# UBS ignore globs (codebase scan hygiene)
#
# Purpose: keep UBS focused on source, not build artifacts or vendored deps.
# Note: patterns are evaluated relative to the project root.
# Dependencies / vendored
node_modules/
apps/web/node_modules/
packages/**/node_modules/
# Next.js build output
apps/web/.next/
# Research scripts (Playwright $$eval triggers UBS eval heuristics)
apps/web/research_*.mjs
# Generator embeds shell scripts in template strings (UBS JS heuristics produce false positives)
packages/manifest/src/generate.ts
# UBS currently mis-parses TSX JSX props as global assignments (false positives).
# We rely on the website's lint + type-check for TSX.
*.tsx
# Playwright artifacts
apps/web/playwright-report/
apps/web/test-results/
# Vercel metadata
apps/web/.vercel/
packages/onboard/.vercel/