-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 1.12 KB
/
.gitignore
File metadata and controls
63 lines (53 loc) · 1.12 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
.turbo/
node_modules/
apps/desktop/dist-electron/
packages/*/node_modules/
apps/*/node_modules/
ee/apps/*/node_modules/
ee/packages/*/node_modules/
.next/
out/
dist/
packages/*/dist/
apps/*/dist/
ee/apps/*/dist/
ee/packages/*/dist/
ee/apps/inference/models-site/models/api.json
tmp/
# Local git worktrees
_worktrees/
# Desktop sidecars
apps/desktop/resources/sidecars/
apps/desktop/server/
# Env
.env
.env.*
!.env.example
# The migration-release fragment is committed only on the tagged
# migration-release commit and removed by 03-post-migration-cleanup.mjs.
# Allow git to see it so `cut-migration-release` can commit it.
!.env.migration-release
# Bun build artifacts
*.bun-build
apps/server/cli
# pnpm store (created by Docker volume mounts)
.pnpm-store/
# Docker dev workspace (ephemeral mount point)
packaging/docker/workspace/
# OS
.DS_Store
# OpenCode mirror
vendor/opencode/
# OpenCode local deps
.opencode/node_modules/
.opencode/bun.lock
# OpenWork workspace-local artifacts
.opencode/openwork/
.opencode/agents/openwork.md
.opencode/openwork.json
opencode.jsonc
.vercel
.env*.local
.claude/*
.security
transcript-analysis