-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.distignore
More file actions
61 lines (57 loc) · 966 Bytes
/
Copy path.distignore
File metadata and controls
61 lines (57 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# wp.org-shape ZIP exclude list. Must stay in sync with scripts/build-release.sh
# COMMON_EXCLUDES plus the wp.org-only excludes (run-scan.php,
# cp-api-fetch-polyfill.js). See release.md for the release build flow.
# VCS / dotfiles
.coderabbit.yaml
.claude/
.code-review-graph/
.DS_Store
.env*
.git/
.gitattributes
.github/
.githooks/
.gitignore
.playwright-cli/
.playwright-mcp/
.phpcs-tools/
.serena/
.specify/
.wordpress-org/
.distignore
# Dev artifacts
assets/
biome.json
CHANGELOG.md
CLAUDE.md
composer.json
composer.lock
cookie-banner-compliance-checklist.md
docs/
eslint.config.mjs
graphify-out/
node_modules/
package.json
package-lock.json
phpstan.neon
phpstan-bootstrap.php
plan.md
release.md
report.md
README.md
scripts/
specs/
/*.png
/*.jpg
test-results/
tests/
tsconfig.json
vendor/
# Runtime / wp.org-only excludes
admin/modules/scanner/run-scan.php
admin/assets/js/cp-api-fetch-polyfill.js
languages/*.po~
languages/messages.mo
# Misc
*.log
*.zip