Skip to content

Commit a058aa5

Browse files
fix: exclude sample-data paths from WordPress.org deployment
- Add exclusions for sample-data directories in .distignore - Prevent deployment of external sample-data repository files - Exclude parent directory paths to avoid SVN deployment errors
1 parent c4f3085 commit a058aa5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.distignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ CLAUDE.md
100100
wp-config.php
101101
wp-config-local.php
102102

103+
# Sample data (downloaded at runtime from separate repository)
104+
/sample-data/
105+
/../easycommerce-fakerpress-sample-data/
106+
/easycommerce-fakerpress-sample-data/
107+
# Exclude parent directory files
108+
../*
109+
103110
# Cache directories
104111
/.cache/
105112
/tmp/

0 commit comments

Comments
 (0)