Prepare for WordPress.org plugin repository submission
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
2025-04-10 00:54:56 +01:00
parent bcc9f984f6
commit 113c4d54da
8 changed files with 329 additions and 86 deletions

View File

@ -8,10 +8,14 @@
.distignore
build.sh
build
.drone.yml
.woodpecker.yml
# Documentation
CONTRIBUTING.md
CODE_OF_CONDUCT.md
CHANGELOG.md
assets/README.md
# Development files
node_modules
@ -31,6 +35,9 @@ package-lock.json
composer.json
composer.lock
# WordPress.org specific
.wordpress-org
# Miscellaneous
.DS_Store
Thumbs.db
@ -39,4 +46,6 @@ Thumbs.db
*.log
*.bak
*.tmp
*.zip
*.zip
*~
._*