mirror of
https://gh.wpcy.net/https://github.com/fairpm/did-manager.git
synced 2026-06-19 02:03:36 +08:00
33 lines
663 B
Text
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
|