diff --git a/gulpfile.js b/gulpfile.js index b22505f6..ee9ac601 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -81,6 +81,8 @@ function zipper(done) { '!dist', '!dist/**', '!yarn-error.log', '!yarn.lock', + '!AGENTS.md', + '!CLAUDE.md', '!gulpfile.js' ]), zip(filename),