Skip to content

Commit f509a5f

Browse files
committed
Exclude CLAUDE.md
1 parent dc89f3b commit f509a5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docusaurus.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ const config: Config = {
4747
{
4848
docs: {
4949
sidebarPath: './sidebars.ts',
50+
exclude: [
51+
'**/_*.{js,jsx,ts,tsx,md,mdx}',
52+
'**/_*/**',
53+
'**/*.test.{js,jsx,ts,tsx}',
54+
'**/__tests__/**',
55+
'**/CLAUDE.md', // Exclude AI agent instructions from build
56+
],
5057
editUrl:
5158
'https://github.com/ofriw/AI-Coding-Course/tree/main/website/',
5259
showLastUpdateTime: false,

0 commit comments

Comments
 (0)