Initial commit after renaming from fix-plugin-does-not-exist-notices to wp-fix-plugin-does-not-exist-notices
This commit is contained in:
55
.distignore
Normal file
55
.distignore
Normal file
@ -0,0 +1,55 @@
|
||||
# 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
|
||||
*~
|
||||
._*
|
Reference in New Issue
Block a user