Skip to content

Commit

Permalink
Merge pull request #40 from stevegrunwell/remove-dev-files-from-archive
Browse files Browse the repository at this point in the history
Move CONTRIBUTING.md into .github, exclude dev files from the package archive
  • Loading branch information
stevegrunwell authored Nov 14, 2023
2 parents a003071 + ce31aef commit 590e375
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.DS_Store
tests/coverage
vendor
.phpunit.result.cache
Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"archive": {
"exclude": [
"_config.yml",
".*",
"phpunit.*",
"tests"
]
}
}

0 comments on commit 590e375

Please sign in to comment.