Skip to content

Commit ce31aef

Browse files
committed
Move CONTRIBUTING.md into .github, exclude dev files from the package archive
1 parent a003071 commit ce31aef

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)