From 845dee9fa4331341fa6ef20d0fd8ffa73c7eb62e Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 20 Jul 2018 22:29:14 +0200 Subject: [PATCH] SECURITY: Don't exclude .htaccess files from `git archive` Bug: T199029 Change-Id: I7ada3dddc4f5f7f2800882ccc9c73c8494f7fac9 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1