Skip to content

Commit

Permalink
Merge pull request #13 from bigbite/chore/archive-exclude
Browse files Browse the repository at this point in the history
Add list of files/dirs to ignore when creating archives
  • Loading branch information
jaymcp authored Apr 5, 2022
2 parents dca39b6 + 7a897fb commit 4491fb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
"email": "jon@bigbite.net"
}
],
"archive": {
"exclude": [
"/.editorconfig",
"/.gitignore",
"/.phpcs.xml.dist",
"/Tests",
"/phpunit.xml.dist"
]
},
"scripts-descriptions": {
"lint": "Runs PHP syntax error checks",
"phpcs": "Runs PHP coding standard checks",
Expand Down

0 comments on commit 4491fb7

Please sign in to comment.