mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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.
This commit is contained in:
parent
10d447e15a
commit
377a68848e
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
.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
|
Loading…
Reference in New Issue
Block a user