Commit Graph

6 Commits

Author SHA1 Message Date
Steve Boyd 62c49cac6d FIX Move test requirements out of require-dev 2022-12-21 10:11:27 +13:00
Maxime Rainville 80d1bdf621 BUG Don't include the .cow folders in releases 2020-09-10 20:23:58 +12:00
Sam Minnee 424b1c04dd FIX: Include .env.example and .editorconfig in git export
The “export” downloads of the installer should include these two files
as they are of use to regular developers.

 * .editorconfig encourages the use of our standard code format
 * .env.example is a helper for new developers
2017-07-31 17:36:33 +12:00
Damian Mooyman f3d64abd55
Add combined test suite for installer
Remove teamcity config from default install
Partial implementation of #164
Fixes #166
2017-04-04 16:39:12 +12:00
Damian Mooyman 41f865a79c
Add experimental release metadata to module 2016-10-12 10:04:25 +13:00
Ingo Schommer 377a68848e Ignore build-related files in "git archive" (fixes #8167)
This is useful for keeping standard "composer create-project"
checkouts clean. Unless they use "--keep-vcs", in which case
.gitattributes is (correctly) ignored.

This has the side effect that archive-checkouts can't
run phing or phpunit scripts, but I think that's
acceptable.
2013-01-14 18:32:43 +01:00