Skip to content

Commit

Permalink
exclude test and build files from release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Apr 24, 2024
1 parent fe16bfb commit 836bd3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@
"branch-alias": {
"dev-feat/php81": "2.0.x-dev"
}
},
"archive": {
"exclude": [
"/tests",
"/.github"
]
}
}

0 comments on commit 836bd3f

Please sign in to comment.