From 459b1ffe1457a2b901fc664413127eeedf4ecaf8 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 3 Dec 2025 09:19:16 -0700 Subject: [PATCH] chore: exclude CODE_OF_CONDUCT.md from Prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Third-party artifact should not be reformatted. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .prettierignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierignore b/.prettierignore index 24d5d69f..0d37dfb9 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,9 @@ # Test fixtures with intentionally broken/malformed files test/fixtures/** +# Contributor Covenant (external standard) +CODE_OF_CONDUCT.md + # BMAD runtime folders (user-specific, not in repo) .bmad/ .bmad*/