Skip to content

Commit bad38c2

Browse files
authored
Fix #81: Remove unnecessary files from Composer package
1 parent f4b5409 commit bad38c2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.gitattributes

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@
2626
/CHANGELOG.md merge=union
2727

2828
# Exclude files from the archive
29-
/.editorconfig export-ignore
30-
/.gitattributes export-ignore
31-
/.github export-ignore
32-
/.gitignore export-ignore
33-
/.styleci.yml export-ignore
29+
.* export-ignore
30+
*.dist export-ignore
3431
/codeception.yml export-ignore
3532
/composer-require-checker.json export-ignore
3633
/docs export-ignore
3734
/ecs.php export-ignore
38-
/infection.json.dist export-ignore
39-
/phpunit.xml.dist export-ignore
4035
/psalm.xml export-ignore
4136
/rector.php export-ignore
4237
/tests export-ignore
38+
/phpstan.neon export-ignore

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Yii Framework 2 Symfony mailer extension Change Log
55
-----------------------
66

77
- Enh #80: Add support for Azure Email Communication Services (bijoys)
8+
- Enh #81: Remove unnecessary files from Composer package (@s1lver)
89

910
4.0.0 Jan 29, 2024
1011
------------------

0 commit comments

Comments
 (0)