Skip to content

Commit 31eb42c

Browse files
fix: exclude development config files from WordPress.org deployment
- Add AGENTS.md, tsconfig.json, and components.json to .distignore - Prevent deployment of development-only configuration files - Keep production plugin package clean
1 parent 7911939 commit 31eb42c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.distignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ wp-config-local.php
107107
# Exclude parent directory files
108108
../*
109109

110+
# Development configuration files
111+
AGENTS.md
112+
tsconfig.json
113+
components.json
114+
110115
# Cache directories
111116
/.cache/
112117
/tmp/

0 commit comments

Comments
 (0)