Skip to content

Commit 590e375

Browse files
Merge pull request #40 from stevegrunwell/remove-dev-files-from-archive
Move CONTRIBUTING.md into .github, exclude dev files from the package archive
2 parents a003071 + ce31aef commit 590e375

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
File renamed without changes.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.DS_Store
12
tests/coverage
23
vendor
34
.phpunit.result.cache

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,13 @@
4646
"config": {
4747
"preferred-install": "dist",
4848
"sort-packages": true
49+
},
50+
"archive": {
51+
"exclude": [
52+
"_config.yml",
53+
".*",
54+
"phpunit.*",
55+
"tests"
56+
]
4957
}
5058
}

0 commit comments

Comments
 (0)