forked from emdash-cms/emdash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (68 loc) · 1.62 KB
/
Copy path.gitignore
File metadata and controls
88 lines (68 loc) · 1.62 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
# 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.production
.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__/
# 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