-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (47 loc) · 1000 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (47 loc) · 1000 Bytes
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
/muster
dist/
.muster/config.yaml
.muster/mcpservers/*.yaml
.muster/events/*
.muster/serviceclasses/*.yaml
.muster/workflows/*.yaml
.muster/workflow_executions/*.yaml
.cursor/mcp.json
docs/concepts/mc-deployment.md
# Added by Task Master AI
# Logs
logs
*.log
# Environment variables
.env
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
.DS_Store
/muster
# Stress test results
stress-test-results/
.klaus/
muster-v-*
# Scratch files architect's go-build/go-test write into the worktree (the
# per-arch binaries, the .ldflags it builds with, and the .platforms list).
# Ignored so an untracked artifact doesn't mark the build +dirty in the version
# embedded via runtime/debug build info.
/muster-*
.ldflags
.platforms
# graphify knowledge graph (regenerable, rebuilt by the post-commit hook)
graphify-out/
# Local Claude Code worktrees
.claude/worktrees/
test-reports/
test-reports-envtest/
# Documentation site build (make docs-build)
site/
.cache/