chore: exclude CODE_OF_CONDUCT.md from Prettier
Third-party artifact should not be reformatted. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
64db05ce8e
commit
459b1ffe14
|
|
@ -1,6 +1,9 @@
|
||||||
# Test fixtures with intentionally broken/malformed files
|
# Test fixtures with intentionally broken/malformed files
|
||||||
test/fixtures/**
|
test/fixtures/**
|
||||||
|
|
||||||
|
# Contributor Covenant (external standard)
|
||||||
|
CODE_OF_CONDUCT.md
|
||||||
|
|
||||||
# BMAD runtime folders (user-specific, not in repo)
|
# BMAD runtime folders (user-specific, not in repo)
|
||||||
.bmad/
|
.bmad/
|
||||||
.bmad*/
|
.bmad*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue