-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (51 loc) · 1.16 KB
/
Copy path.gitignore
File metadata and controls
64 lines (51 loc) · 1.16 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Worktrees
.worktrees/
.superpowers/
.claude/worktrees/
# Node
node_modules/
dist/
.next/
deploy/
# Nx
.nx/cache/
.nx/workspace-data
tmp/
apps/website/test-results/
# Demo media is hosted on Vercel Blob, not committed (see DemoShowcase.tsx /
# apps/website/scripts/upload-demo-media.md). Keep these binaries out of git.
apps/website/public/demo/
cockpit/**/angular/test-results/
/test-results/
# Marketing channel dry-run simulation outputs (ephemeral; see "simulatedAt")
marketing/channels/marketing/cowork/outbox/dry-runs/
# Env
.env
.env.local
# OS
.DS_Store
.angular
# Next.js
.next
out
.vercel
# Whitepaper signup data
apps/website/data/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
# LangGraph local runtime
.langgraph_api/
# Local LangGraph deployment deps
deployments/*/deps/
# ...but ag-ui-dev commits generated deps/ (Docker build copies them in)
!deployments/ag-ui-dev/deps/
!deployments/ag-ui-dev/deps/**
# Generated license public key (produced by libs/licensing/scripts/generate-public-key.mjs)
libs/licensing/src/lib/license-public-key.generated.ts
# superpowers brainstorming output
.superpowers/
# TypeScript incremental build caches (any project)
*.tsbuildinfo