Skip to content

Commit

Permalink
Exclude some directories from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed May 1, 2024
1 parent 3e3ff82 commit 6bb5cd0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,15 @@
"fix-risky": "php-cs-fixer fix --allow-risky=yes --verbose",
"phpstan": "phpstan analyse --level 9 src",
"phpmd": "phpmd src ansi phpmd.xml"
},
"archive": {
"exclude": [
"/cache/",
"/extend/",
"/invoice.*",
"/resources/",
"/screenshot.png",
"/vendor/"
]
}
}

0 comments on commit 6bb5cd0

Please sign in to comment.