did-manager/.gitattributes
Kaspars Dambis 36b597c5f4 Switch to phpcs and phpstan for PHP 8.0 compat
Signed-off-by: Kaspars Dambis <hi@kaspars.net>
2026-05-16 20:25:00 +03:00

33 lines
663 B
Text

# Auto detect text files and normalize line endings to LF
* text=auto
# Source code
*.php text eol=lf
*.json text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.xml text eol=lf
# Binary files
*.png binary
*.jpg binary
*.gif binary
*.zip binary
*.phar binary
# Exclude from distribution archives
.gitattributes export-ignore
.gitignore export-ignore
phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
# Exclude directories from distribution
tests/ export-ignore
examples/ export-ignore
docs/ export-ignore
.github/ export-ignore
# Exclude development tools and scripts
.editorconfig export-ignore
.vscode/ export-ignore