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.34.0-rc.0~4039 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=b78d595feecf9de919258b659628ca7dd872b3f4;hp=9c0ba336ff3b967841c992a5cf04fb904199301d 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