Skip to content

Commit

Permalink
Merge pull request #14 from giggsey/archive-exclusion-list
Browse files Browse the repository at this point in the history
Ignore more files when generating archives
  • Loading branch information
giggsey committed Jun 7, 2020
2 parents 4b35553 + 13e49e0 commit 94e2107
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -6,3 +6,5 @@
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/build.xml export-ignore
/.styleci.yml export-ignore
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,8 @@ matrix:
- php: 7.1
- php: 7.2
- php: 7.3
env: COVERAGE_FLAGS=" --coverage-text --coverage-clover build/logs/clover.xml"
- php: 7.4snapshot
- php: 7.4
env: COVERAGE_FLAGS\=" --coverage-text --coverage-clover build/logs/clover.xml"

before_install:
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
Expand Down
12 changes: 12 additions & 0 deletions composer.json
Expand Up @@ -35,5 +35,17 @@
"Giggsey\\Locale\\Tests\\": "tests/",
"Giggsey\\Locale\\Build\\": "build/Build/"
}
},
"archive": {
"exclude": [
"build/",
"tests/",
".gitattributes",
".gitignore",
".styleci.yml",
".travis.yml",
"build.xml",
"phpunit.xml.dist"
]
}
}

0 comments on commit 94e2107

Please sign in to comment.