-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 886 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (40 loc) · 886 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
.DS_Store
bin/
dist/
node_modules/
artifacts/
.history/
.pi/
.astro/
debug.log
.wld/debug/
.wld/worktrees.json
.wld/worktrees.lock
.wld/controller/
.wld/worktree-registry-migration-issues.json
.wld/collaboration-secrets.json
.wld/plan-transitions/
.wld/plan-locks/
.wld/plan-backups/
.wld/plan-staging/
# Local throwaway prototypes. Executable prototype files must stay under
# prototypes/<kebab-case-slug>/ and must not be tracked or placed beside src/ code.
prototypes/
.learning/
src/shared/version.js
.deno_compile*
# Riptide artifacts (cloud-synced)
.humanlayer/tasks/
# BEGIN RunWield owned runtime state
.wld/plan-locks
.wld/plan-transitions
.wld/plan-backups
.wld/plan-staging
.wld/worktrees
.wld/debug
.wld/controller
.wld/worktrees.json
.wld/worktrees.lock
.wld/worktree-registry-migration-issues.json
.wld/collaboration-secrets.json
# END RunWield owned runtime state