-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path.codeflowignore
More file actions
47 lines (39 loc) · 1.08 KB
/
.codeflowignore
File metadata and controls
47 lines (39 loc) · 1.08 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
# CodeFlow ignore — documentation & generated artifacts
# Doc prose frequently contains illustrative placeholder values (e.g.
# "sk-ant-...") that static scanners misidentify as secrets. These are
# compile-time constants in MDX, not runtime code.
# Docs (all locales)
docs/**/*.md
docs/**/*.mdx
# README & agent-facing prose
README.md
AGENTS.md
CLAUDE.md
.claude/**/*.md
.claude/**/*.mdx
# CI / build-system prose (YAML ${{ }} is GitHub Actions syntax, not SQL)
.github/**/*.yml
.github/**/*.yaml
.depot/**/*.yml
.depot/**/*.yaml
# Lockfiles
bun.lock
package-lock.json
yarn.lock
pnpm-lock.yaml
# Build & generated output
apps/**/dist/**
packages/**/dist/**
**/*.min.js
**/*.min.css
# Submodule (tracked upstream; not our code)
eliza/**
plugins/**
# Test runners and design-review drivers — intentional console output
# and `new Function` usage for controlled script evaluation.
apps/app/test/design-review/**
apps/app/test/electrobun-packaged/**
apps/app/test/setup.ts
# Trust-scoring sidecar (self-contained CommonJS CLI with intentional logs)
.github/trust-scoring.js
.github/trust-scoring.cjs