Skip to content

Commit

Permalink
chore: ignore some stuff for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Oct 13, 2018
1 parent e294d56 commit 1df013e
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 @@ -28,5 +28,15 @@
"scripts": {
"test": "phpunit --colors=auto",
"lint": "phpcs -v inc/*"
},
"archive": {
"exclude": [
"./tests",
"./.vscode",
".editorconfig",
".travis.yml",
"phpcs.xml",
"phpunit.xml"
]
}
}

0 comments on commit 1df013e

Please sign in to comment.