-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (28 loc) · 901 Bytes
/
.gitignore
File metadata and controls
32 lines (28 loc) · 901 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
.DS_Store
node_modules/
dist/
.vite/
# Refscope CLI bundled output is intentionally tracked so
# `npx -y github:simota/refscope` works without a build step.
# Refresh with `pnpm --filter refscope build` before committing CLI changes.
# Astro web app
apps/web/.astro/
apps/web/dist/
# Local logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Orbit runtime state
scripts/orbit/full-implementation/.circuit-state
scripts/orbit/full-implementation/actions.log
scripts/orbit/full-implementation/archive/
scripts/orbit/full-implementation/dirty-baseline.txt
scripts/orbit/full-implementation/output.*
scripts/orbit/full-implementation/progress.md
scripts/orbit/full-implementation/prompt.*
scripts/orbit/full-implementation/runner.jsonl
scripts/orbit/full-implementation/runner.log*
scripts/orbit/full-implementation/state.env
scripts/orbit/full-implementation/state.env.sha256