Prepare for WordPress.org plugin repository submission
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
This commit is contained in:
11
.distignore
11
.distignore
@ -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
|
||||
*~
|
||||
._*
|
Reference in New Issue
Block a user