Skip to content

Commit 3bdcca8

Browse files
authored
Update .gitattributes to not package unrequired files in releases (#272)
1 parent 81d9d85 commit 3bdcca8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitattributes

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
/composer.lock -merge
1+
/.github export-ignore
2+
/tests export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
.php-cs-fixer.php export-ignore
6+
composer.lock export-ignore -merge
7+
infection.json.dist export-ignore
8+
phpstan.neon export-ignore
9+
phpstan-rector.neon export-ignore
10+
phpunit.xml.dist export-ignore
11+
rector.php export-ignore

0 commit comments

Comments
 (0)