-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 758 Bytes
/
.gitignore
File metadata and controls
49 lines (41 loc) · 758 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
# Turborepo
**/.turbo
# Node.js and pnpm
node_modules/
npm-debug.log*
pnpm-debug.log*
.pnpm-store/
# Rust
target/
# TypeScript
*.tsbuildinfo
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Secrets
secrets/**/*
# Registry build artifacts
registry/native/target/
registry/native/vendor/
registry/native/c/build/
registry/native/c/vendor/
registry/native/c/libs/
registry/native/c/.cache/
registry/native/c/sysroot/
registry/software/*/wasm/
registry/software/*/agent-os-package.meta.json
registry/.last-publish-hash
registry/software/*/.last-publish-hash
registry/.build-markers/
# Ralph agent artifacts
scripts/ralph/archive/
scripts/ralph/codex-streams/
scripts/ralph/.last-branch
scripts/ralph/prd.json
scripts/ralph/progress.txt