wiki.techinc.nl/.gitattributes
James D. Forrester 5895ae836c .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
2022-11-30 09:37:13 -05:00

16 lines
362 B
Text

*.sh eol=lf
*.icc binary
*.webp binary
*.mp3 binary
*.map.json binary
*~ export-ignore
#*# export-ignore
.* export-ignore
*.htaccess -export-ignore
package.json export-ignore
package-lock.json export-ignore
Gruntfile.js export-ignore
Gemfile* export-ignore
vendor/pear/net_smtp/README.rst export-ignore
phpunit.xml.dist export-ignore
DEVELOPERS.md export-ignore