-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
60 lines (50 loc) · 1.62 KB
/
.prettierignore
File metadata and controls
60 lines (50 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
# Lock files — auto-generated, do not format
pnpm-lock.yaml
**/pnpm-lock.yaml
package-lock.json
**/package-lock.json
yarn.lock
**/yarn.lock
# Ephemeral test fixture directory (created by vitest at repo root)
.test-tmp
# Generated root docs managed by agentkit:sync
AGENTS.md
COMMAND_GUIDE.md
# Template files — contain Handlebars syntax that Prettier may reformat
# (#419: YAML templates use {{...}} blocks that are invalid YAML/Prettier syntax)
# (#504: JSON templates e.g. servers.json use {{#if}} blocks that break JSON parsing)
.agentkit/templates/**/*.md
.agentkit/templates/**/*.mdc
.agentkit/templates/**/*.yml
.agentkit/templates/**/*.yaml
.agentkit/templates/**/*.hbs
.agentkit/templates/**/*.json
# Generated AI-tool output directories — regenerated by retort:sync, not hand-edited
# (#419: these are sync outputs; formatting them adds noise and may corrupt content)
.claude/commands/**
.claude/agents/**
.claude/skills/**
.claude/rules/languages/**
.agents/skills/**
.cursor/rules/**
.cursor/rules/languages/**
.clinerules/**
.roo/**
.windsurf/rules/**
.github/instructions/**
.github/agents/**
.github/chatmodes/**
.github/prompts/**
# Scaffold cache — generated merge bases, not committed
.agentkit/.scaffold-cache
# Overlay YAML — protected source-of-truth, managed by retort maintainers
.agentkit/overlays/**
# Test scratch directories
.test-validate
# Self-hosted runner artifacts (not tracked, not generated by sync)
.github/workflows/claude*.yml
# Git worktrees — external branches, not part of main source
.claude/worktrees
# Runtime state — generated at runtime, not source files
.claude/state/**
.agentkit/state/**