Skip to content

Commit b021439

Browse files
committed
chore(release) - prepare for first release.
1 parent 2dfcc8e commit b021439

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://php.watch/articles/composer-gitattributes
2+
3+
# Exclude build/test files from archive
4+
/.github export-ignore
5+
/docs export-ignore
6+
/tests export-ignore
7+
/.editorconfig export-ignore
8+
/.gitattributes export-ignore
9+
/.gitignore export-ignore
10+
/phpucs.xml export-ignore
11+
/phpunit.xml export-ignore
12+
/phpstan.neon export-ignore
13+
14+
# Configure diff output for .php and .phar files.
15+
*.php diff=php

0 commit comments

Comments
 (0)