diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2022-11-30 09:37:06 -0500 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2022-11-30 09:37:13 -0500 |
commit | 5895ae836c2fb7b5714e8a6676c39967aa75f372 (patch) | |
tree | 7eb88d3e63d03623a7840838ae2ef51b0d390f22 | |
parent | ddb3f1c6616d144b26bcae32523df47f7494b296 (diff) | |
download | mediawikicore-5895ae836c2fb7b5714e8a6676c39967aa75f372.tar.gz mediawikicore-5895ae836c2fb7b5714e8a6676c39967aa75f372.zip |
.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
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 848533c65f93..3869ecc00241 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |