Skip to content

Commit b3aedae

Browse files
kiransbsfclaude
andcommitted
build: exclude CLAUDE.md, .claude/, and internal-docs/ from grunt release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0f454f1 commit b3aedae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ module.exports = function( grunt ) {
114114
'!phpcs.xml',
115115
'!phpcs.xml.dist',
116116
'!admin/dashboard/assets/src/**',
117+
'!CLAUDE.md',
118+
'!.claude/**',
119+
'!internal-docs/**',
117120
],
118121
dest: 'custom-fonts/'
119122
}

0 commit comments

Comments
 (0)