Skip to content

Commit c21db5c

Browse files
committed
chore: put CLAUDE.md and AGENTS.md into .distignore and zip ignore
1 parent f5e4d75 commit c21db5c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ package.json
1616
package-lock.json
1717
webpack.config.js
1818
README.md
19+
CLAUDE.md
20+
AGENTS.md
1921
node_modules/
2022
vendor/
2123
svn/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"test:e2e": "wp-scripts test-e2e",
7474
"test:unit": "wp-scripts test-unit-js",
7575
"makepot": "./vendor/bin/wp i18n make-pot . --skip-audit --exclude=\".github,.wordpress-org,build,node_modules,vendor,svn\" --headers='{\"Last-Translator\":\"hello@bleech.de\",\"Report-Msgid-Bugs-To\":\"https://github.com/visual-regression-tests/issues\"}' languages/visual-regression-tests.pot",
76-
"zip": "run-s build && zip -r visual-regression-tests.zip ./ -x '.*' '__MACOSX' 'node_modules/*' 'vendor/*' 'composer.json' 'composer.lock' 'package.json' 'package-lock.json' 'phpcs.xml' 'webpack.config.js' 'README.md'"
76+
"zip": "run-s build && zip -r visual-regression-tests.zip ./ -x '.*' '__MACOSX' 'node_modules/*' 'vendor/*' 'composer.json' 'composer.lock' 'package.json' 'package-lock.json' 'phpcs.xml' 'webpack.config.js' 'README.md' 'CLAUDE.md' 'AGENTS.md'"
7777
}
7878
}

0 commit comments

Comments
 (0)