-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (51 loc) · 1.75 KB
/
Copy path.gitignore
File metadata and controls
62 lines (51 loc) · 1.75 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
node_modules/
.DS_Store
demo/_preview-*.png
*.log
*.tgz
# Playwright run output (baselines under test/e2e/__screenshots__ ARE committed)
playwright-report/
test-results/
blob-report/
.last-run.json
# GitHub Pages assembly dir (built in CI only)
_site/
# agent / reviewer tool caches — never commit
.aider*
.ruff_cache/
.pytest_cache/
# Local mise tool activation/overrides — never commit.
mise.local.toml
.mise.local.toml
# Example apps build only from the packed tarball in CI; their installs,
# lockfiles and outputs are local-only and must never reach this public repo.
examples/*/node_modules/
examples/*/package-lock.json
examples/*/dist/
examples/*/build/
examples/*/.astro/
examples/*/.svelte-kit/
# Local code-quality tooling (SonarQube) — config + output, never commit
.scannerwork/
sonar-project.properties
# Local SAST scanner output — keep reports, not raw machine artifacts.
.codeql/
.semgrep/
code-quality-audits/**/semgrep*/
code-quality-audits/**/trufflehog-exclude-paths.txt
code-quality-audits/**/readiness*/
code-quality-audits/**/visual*/
code-quality-audits/**/browser-*.png
# Local Claude Code harness state
.claude/
# Multi-agent audit scratch (dated review writeups) — local-only, never commit
reports-lab/
# Local-only public-boundary terms for scripts/check-public-hygiene.mjs.
# One term per line; use this to catch private consumer names before publishing.
.bronto-ui-forbidden-terms
# Core dumps. The Linux/amd64 Playwright image crashes its x86 chromium
# under QEMU on Apple Silicon and drops `qemu_<exe>_<ts>.core` files (GBs
# each) into the bind-mounted working dir. Never commit them — and don't
# author baselines in a local container at all: use the "Update visual
# baselines" workflow (see CONTRIBUTING.md "Visual baselines").
*.core