Skip to content

Commit 0ba1f9d

Browse files
dawnhoclaude
andcommitted
fix: add mintlify-docs to prettierignore to stop CI loop
The Format Code CI job was reformatting an mdx file, pushing a commit, which triggered another CI run, creating an infinite loop. Generated docs content should be ignored by prettier like the docs/ folder. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 628fa5b commit 0ba1f9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Prettier
99
docs
10+
mintlify-docs
1011
seam-sdk-playground
1112
gitbook-plugin
1213
*.hbs
@@ -213,7 +214,7 @@ $RECYCLE.BIN/
213214
.LSOverride
214215

215216
# Icon must end with two \r
216-
Icon
217+
Icon
217218

218219
# Thumbnails
219220
._*

0 commit comments

Comments
 (0)