Files
Marcus Quinn 10a1012c68
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed
Add support for more AI IDEs and improve documentation (v1.6.21)
2025-04-12 17:49:20 +01:00

55 lines
787 B
Plaintext

# This file is used by WordPress.org plugin deployment scripts
# It determines which files/directories should be excluded from the plugin zip
# Note: Many patterns are already in .gitignore - this file focuses on deployment-specific exclusions
# Git
.git
.github
.gitignore
.gitattributes
# Build tools
.distignore
build.sh
build
.drone.yml
.woodpecker.yml
# Documentation
CONTRIBUTING.md
CODE_OF_CONDUCT.md
CHANGELOG.md
assets/README.md
# Development files
node_modules
.editorconfig
.eslintrc
.eslintignore
.stylelintrc
phpcs.xml
phpunit.xml
tests
.travis.yml
.gitlab-ci.yml
Gruntfile.js
gulpfile.js
package.json
package-lock.json
composer.json
composer.lock
# WordPress.org specific
.wordpress-org
# Miscellaneous
.DS_Store
Thumbs.db
.idea
.vscode
*.log
*.bak
*.tmp
*.zip
*~
._*