Skip to content

Commit 81a75dc

Browse files
justin808claude
andcommitted
Add prettier ignores for internal documentation files
Prevent Prettier from formatting CLAUDE.md and coding-agents-guide.md to avoid conflicts with internal documentation standards. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e69300e commit 81a75dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
"Bash(git reset:*)",
2727
"Read(//Users/justin/shakacode/react-on-rails/**)",
2828
"Bash(./bin/dev)",
29-
"Bash(node:*)"
29+
"Bash(node:*)",
30+
"Bash(git cherry-pick:*)"
3031
],
3132
"deny": [],
3233
"ask": []
3334
}
34-
}
35+
}

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ spec/dummy/public
1919
*.yaml
2020
# Intentionally invalid
2121
spec/react_on_rails/fixtures/i18n/locales_symbols/
22+
23+
# Internal documentation - ignore formatting
24+
CLAUDE.md
25+
docs/contributor-info/coding-agents-guide.md

0 commit comments

Comments
 (0)