.gitattributes: Ship docker-compose.yml to the tarball

Using MediaWiki with docker-compose is something that can be used by non-
developers, not just those downloading from git, and so should be exposed
in the tarball and other places that this entry in .gitattributes that we
added in 89083ea86 when this sysytem was initially provided now prevents.

Change-Id: I30ece42766153bd91ec7271286b2b2e689e57ecb
This commit is contained in:
James D. Forrester 2022-11-30 09:37:06 -05:00
parent ddb3f1c661
commit 5895ae836c

1
.gitattributes vendored
View file

@ -14,4 +14,3 @@ Gemfile* export-ignore
vendor/pear/net_smtp/README.rst export-ignore
phpunit.xml.dist export-ignore
DEVELOPERS.md export-ignore
docker-compose.yml export-ignore