# Files to exclude from release zip # Git .git .gitignore .gitattributes # GitHub .github # Development .distignore CHANGELOG.md phpcs.xml phpunit.xml composer.json composer.lock package.json package-lock.json node_modules # Tests tests phpunit # Editor .vscode .idea *.swp *.swo # OS .DS_Store Thumbs.db # Build artifacts *.zip *.tar.gz