b3a7f98e5a
CI / E2E Cloudflare (4/8) (push) Failing after 0s
CI / E2E Cloudflare (8/8) (push) Failing after 1s
CI / Lint (push) Failing after 1s
Auto Extract / Extract (push) Failing after 4s
CI / Version Check (push) Failing after 9s
CI / Integration Tests (push) Failing after 1s
CI / E2E tests (1/8) (push) Failing after 1s
CI / E2E tests (2/8) (push) Failing after 2s
CI / E2E tests (3/8) (push) Failing after 2s
CI / Browser Tests (push) Failing after 1s
CI / E2E tests (5/8) (push) Failing after 1s
CI / E2E Cloudflare (2/8) (push) Failing after 2s
CI / Typecheck (push) Failing after 1s
CI / Changeset Validation (push) Failing after 2s
CI / E2E Cloudflare (5/8) (push) Failing after 1s
CI / E2E Cloudflare (6/8) (push) Failing after 1s
CI / E2E Cloudflare (7/8) (push) Failing after 1s
CodeQL / Analyze (javascript-typescript) (push) Failing after 1s
Format / Format (push) Failing after 0s
CodeQL / Analyze (actions) (push) Failing after 4s
CI / E2E tests (4/8) (push) Failing after 1s
CI / E2E tests (6/8) (push) Failing after 1s
CI / E2E tests (7/8) (push) Failing after 2s
CI / E2E tests (8/8) (push) Failing after 1s
CI / E2E Cloudflare (1/8) (push) Failing after 1s
CI / E2E Cloudflare (3/8) (push) Failing after 2s
Preview Releases / Publish Preview (push) Failing after 0s
zizmor / Run zizmor (push) Failing after 1s
Release / Release (push) Failing after 2s
CI / Smoke Tests (push) Failing after 5m36s
CI / Tests (push) Failing after 6m36s
Release / Sync Templates (push) Has been skipped
CI / E2E Tests (push) Has been cancelled
92 lines
1.7 KiB
Plaintext
92 lines
1.7 KiB
Plaintext
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
/themes
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.dev.vars
|
|
.dev.vars.*
|
|
|
|
# database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
# uploads & EmDash data
|
|
uploads/
|
|
.emdash/
|
|
!packages/core/tests/e2e/fixture/.emdash/
|
|
!packages/core/tests/integration/fixture/.emdash/
|
|
!e2e/fixture/.emdash/
|
|
!e2e/fixture-cloudflare/.emdash/
|
|
!templates/*/.emdash/seed.json
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
.wrangler
|
|
|
|
# Playwright E2E testing
|
|
playwright-report/
|
|
test-results/
|
|
playwright/.cache/
|
|
|
|
# Debug screenshots
|
|
debug-*.png
|
|
|
|
# Template screenshots - only keep latest/, ignore dated folders
|
|
assets/templates/*/[0-9]*
|
|
|
|
# Vitest browser-mode failure screenshots
|
|
__screenshots__/
|
|
.vitest-attachments/
|
|
|
|
# AI review artifacts
|
|
*-review.md
|
|
|
|
.chainlink/
|
|
|
|
.emdash-bundle-tmp
|
|
|
|
# Downloaded test data (fetched on demand in CI)
|
|
examples/wp-theme-unit-test/
|
|
# .opencode is local-only EXCEPT for agents/, which are shared with CI workflows
|
|
# (review.yml, ultrareview.yml, bonk.yml, ultrabonk.yml). Use a contents-style
|
|
# pattern so we can re-include the agents subdirectory.
|
|
.opencode/*
|
|
!.opencode/agents/
|
|
|
|
# .claude is local-only EXCEPT for the symlinks pointing at AGENTS.md and skills/
|
|
.claude/*
|
|
!.claude/CLAUDE.md
|
|
!.claude/skills
|
|
|
|
.perf-query-counts
|
|
query-counts-out/
|
|
|
|
# Generated query-dump artefacts; tooling lives in scripts/query-dumps/ but
|
|
# the per-run JSON and classification reports regenerate from the harness.
|
|
scripts/query-dumps/sqlite/
|
|
scripts/query-dumps/d1/
|
|
scripts/query-dumps/classification.*.md
|