Skip to content

Commit 6a0ca80

Browse files
committed
[ci skip] Add .gitattributes to exclude non-dist files
https://getcomposer.org/doc/02-libraries.md#light-weight-distribution-packages
1 parent 6865f40 commit 6a0ca80

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/.circleci/ export-ignore
2+
/docker export-ignore
3+
/test export-ignore
4+
.editorconfig export-ignore
5+
.env export-ignore
6+
.php-cs-fixer* export-ignore
7+
*.log export-ignore
8+
docker-compose*.yml export-ignore
9+
logo.png export-ignore
10+
phpunit.xml export-ignore

0 commit comments

Comments
 (0)