From: Kunal Mehta Date: Fri, 20 Jul 2018 20:29:14 +0000 (+0200) Subject: SECURITY: Don't exclude .htaccess files from `git archive` X-Git-Tag: 1.31.1~1 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=845dee9fa4331341fa6ef20d0fd8ffa73c7eb62e;p=lhc%2Fweb%2Fwiklou.git SECURITY: Don't exclude .htaccess files from `git archive` Bug: T199029 Change-Id: I7ada3dddc4f5f7f2800882ccc9c73c8494f7fac9 --- diff --git a/.gitattributes b/.gitattributes index 786c09f0e5..81b7a33173 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,7 @@ *~ export-ignore #*# export-ignore .* export-ignore +*.htaccess -export-ignore package.json export-ignore README.mediawiki export-ignore Gemfile* export-ignore