-
-
Notifications
You must be signed in to change notification settings - Fork 836
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (92 loc) · 1.52 KB
/
.gitignore
File metadata and controls
100 lines (92 loc) · 1.52 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# flow
.cargo/
.ai/internal/
.ai/web/
.ai/reviews/
.ai/test/
.ai/tmp/
.ai/cache/
.ai/artifacts/
.ai/traces/
.ai/generated/
.ai/scratch/
.ai/skills/
# keep generated skills ignored by default, but track curated flow-default skills
!.ai/skills/
.ai/skills/*
!.ai/skills/env/
.ai/skills/env/*
!.ai/skills/env/skill.md
!.ai/skills/quality-bun-feature-delivery/
.ai/skills/quality-bun-feature-delivery/*
!.ai/skills/quality-bun-feature-delivery/skill.md
!.ai/skills/pr-markdown-body-file/
.ai/skills/pr-markdown-body-file/*
!.ai/skills/pr-markdown-body-file/skill.md
.ai/todos/todos.json
.ai/todos/*.bike
.claude/
.codex/
.flox/
.flow/
.flow_diff_review.tmp
.vendor/
lib/vendor/
lib/vendor-history/
!lib/vendor-manifest/
!lib/vendor-manifest/**
# core
.DS_Store
.env
.env*.local
.env.production
output
out/
dist
target
.idea
.cache
.output
node_modules
package-lock.json
yarn.lock
.vercel
env-local/
*.db
.repo_ignore
i.*
i-*
i/
internal/
past.*
past-*
past/
*.log
private
.blade
.npm-cache
/npm/**/vendor/
/npm/flow-*/
/test-data
testing/
desktop/.tauri-dev.json
.ai/review-log.jsonl
.ai/state.json
.ai/docs/session-changes/
.ai/docs/session-changes-promoted/
.ai/tasks/**/.mooncakes/
.ai/tasks/**/_build/
bench/moon_ffi_boundary/_build/
bench/moon_ffi_boundary/moon.pkg.json
.beads/
*.pyc
__pycache__/
# explain-commits output is local/generated by default
docs/commits/*
!docs/commits/
!docs/commits/readme.md
!docs/commits/.gitkeep
# local workspace bootstrap stamp
.flow-workspace-bootstrap.json
# local codedb inspection snapshot
codedb.snapshot