Skip to content

Commit

Permalink
Exclude composer.json and composer.lock from final distros. See […
Browse files Browse the repository at this point in the history
…Issue #141](#141)
  • Loading branch information
jaswsinc committed Dec 21, 2016
1 parent 5f64049 commit be349e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Developers can now create `src/includes/translations/.generate` to enable an i18n translation file for projects that would otherwise not require them.
- Lite build with pro Composer dependencies. Fixed in this release. See [Issue #146](https://github.com/websharks/phings/issues/146).
- Exclude `composer.json` and `composer.lock` from final distros. See [Issue #141](https://github.com/websharks/phings/issues/141)

## v160908.63229

Expand Down
8 changes: 8 additions & 0 deletions src/psr4/setups/patterns/git/export-ignore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@
<exclude pattern="assets/**" />
<exclude pattern="src/vendor/websharks/*/assets/**" />

<!-- Composer Files -->

<exclude pattern="composer.json" />
<exclude pattern="src/vendor/*/*/composer.json" />

<exclude pattern="composer.lock" />
<exclude pattern="src/vendor/*/*/composer.lock" />

<!-- Makefiles -->

<exclude pattern="Makefile" />
Expand Down

0 comments on commit be349e3

Please sign in to comment.