# Git export-ignore for clean GitHub releases
# Files and directories marked with export-ignore are excluded from release archives

# Git configuration files
/.gitattributes export-ignore
/.gitignore export-ignore

# Test files and configuration
/tests export-ignore
/phpunit.xml.dist export-ignore
/.phpunit.result.cache export-ignore

# Composer development dependencies
/composer.json export-ignore
/composer.lock export-ignore
/composer.phar export-ignore
/vendor export-ignore

# Development documentation
/docs export-ignore
/PHPCS_FIXES_COMPLETED.md export-ignore
/QUICK-REFERENCE.md export-ignore

# GitHub workflows (if added in future)
/.github export-ignore
