-
-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (58 loc) · 1.24 KB
/
.gitignore
File metadata and controls
82 lines (58 loc) · 1.24 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
# build output
dist/
# turborepo
.turbo/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# EventCatalog files
**/.eventcatalog-core/
**/.eventcatalog/
/examples/large-catalog/*
packages/core/eventcatalog/pnpm-lock.yaml
packages/core/eventcatalog/public/pagefind
/packages/core/eventcatalog/src/pages/api/[...auth].ts
.vscode/*
git-push.sh
# local-only Claude skill (Discord webhook automation)
.claude/skills/release-discord-summary/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
src/__tests__/example-catalog-dependencies/dependencies
**/__tests__/catalog/
packages/core/eventcatalog/public/ai
examples/default/public/ai
examples/default/eventcatalog.chat.js
examples/default/exports/
**/[...auth].ts
.astro/
dev-scripts/
examples/e-commerce
.claude/agents/eventcatalog-blog-writer.md
pr-descriptions/
.claude/commands/ship.md
.claude/skills/release-discord-summary/SKILL.md
.claude/skills/release-discord-summary/scripts/post-to-discord.sh
PRD.md
progress.txt
ralph-once.sh
terms/
notes/*
PERFORMANCE-ANALYSIS.md
.agents/
ec-test/
docs/superpowers/*
.worktrees/