-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
36 lines (28 loc) · 1.09 KB
/
Copy path.prettierignore
File metadata and controls
36 lines (28 loc) · 1.09 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
# Prettier ignore list for the Markdown prose/table gate. Mirrors the `ignores:`
# block in .markdownlint-cli2.yaml so the two Markdown gates agree on scope.
#
# gitignore syntax: comments must be on their own line (a trailing `#` is taken
# literally as part of the pattern), so each exclusion is annotated above it.
#
# Prettier is only ever invoked with a `**/*.md` glob (see Taskfile lint:md:prose),
# so non-Markdown trees do not strictly need listing - but keeping node_modules
# out is cheap insurance against a stray `prettier .` invocation.
node_modules/
ui/node_modules/
test/e2e/node_modules/
tools/**/node_modules/
# gitignored scratch + temp dirs
ai/
tmp/
# generated by openspec tooling; format owned upstream
openspec/changes/
# AI tool config installed by openspec / claude-code; we do not edit these
.claude/
# directive file for AI assistants; intentionally starts with ## not #
CLAUDE.md
# GitHub PR form, not prose
.github/pull_request_template.md
# auto-generated by tools/gen-rule-docs
docs/detection-rules.md
# free-form journal with unstructured one-line entries
docs/maintenance/log.md