mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
377a68848e
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.
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
.gitattributes export-ignore
|
|
behat.yml export-ignore
|
|
build.properties.default export-ignore
|
|
build.xml export-ignore
|
|
changelog-definitions.default export-ignore
|
|
CONTRIBUTING.md export-ignore
|
|
dependent-modules.default export-ignore
|
|
Makefile export-ignore
|
|
phpunit.teamcity.mssql.xml export-ignore
|
|
phpunit.teamcity.postgresql.xml export-ignore
|
|
phpunit.teamcity.sqlite3.xml export-ignore
|
|
phpunit.teamcity.xml export-ignore
|
|
phpunit.xml.dist export-ignore |