# Automatically export files on git archive. Version control only. # Keeps source files out of WordPress.org distribution # Directories /.github export-ignore /.git export-ignore /.vscode export-ignore /.idea export-ignore /tests export-ignore /docs export-ignore /node_modules export-ignore # CRITICAL: Ensure vendor dependencies are deployed to WordPress.org /vendor export-ignore !/vendor/stripe/ !/vendor/stripe/** !/vendor/autoload.php !/vendor/composer/ # Development and build files .DS_Store export-ignore .gitattributes export-ignore .gitignore export-ignore .distignore export-ignore .eslintrc.json export-ignore .stylelintrc.json export-ignore .nvmrc export-ignore .editorconfig export-ignore .env export-ignore .env.example export-ignore .env.local export-ignore # NPM and Composer package.json export-ignore package-lock.json export-ignore composer.json export-ignore composer.lock export-ignore postcss.config.js export-ignore tailwind.config.js export-ignore webpack.config.js export-ignore # Build and development config phpcs.xml export-ignore phpunit.xml export-ignore webpack.config.js export-ignore Gruntfile.js export-ignore gulpfile.js export-ignore # Documentation README.md export-ignore CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore plugin_review.md export-ignore *.md export-ignore !readme.txt # Log and temp files *.log export-ignore *.tmp export-ignore *.bak export-ignore *.zip export-ignore *.tar.gz export-ignore # IDE files .idea export-ignore *.sublime-project export-ignore *.sublime-workspace export-ignore *.code-workspace export-ignore # OS files .DS_Store export-ignore Thumbs.db export-ignore # Source files (only built assets should be included) /src export-ignore