-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 765 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 765 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Dependencies
node_modules/
.pnpm-store/
graphify-out
# Build output
dist/
build/
*.tsbuildinfo
# Env
.env*
!.env.example
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Editor / OS
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json
# Test / coverage
coverage/
# Drizzle
packages/db/drizzle/meta/_journal.json.bak
# Vite
apps/web/dist/
apps/web/.tanstack/
.vite/
# Tool caches and browser-test output
.eslintcache
.direnv/
test-results/
# code-review-graph (local, regenerable SQLite index)
.code-review-graph/
# eval artifacts: 276 MB of reference repos + per-run reports/results
evaluate/
# Internal (not part of the open-source distribution)
MONETIZATION-PLAN.md
/x
launch-growth-plan/
prompts/
prompt-executor/
docs/internal/
docs/PORTING-INVENTORY.md