SECURITY: Don't exclude .htaccess files from `git archive`
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 20 Jul 2018 20:29:14 +0000 (22:29 +0200)
committerReedy <reedy@wikimedia.org>
Thu, 20 Sep 2018 21:26:11 +0000 (22:26 +0100)
Bug: T199029
Change-Id: I7ada3dddc4f5f7f2800882ccc9c73c8494f7fac9

.gitattributes

index 786c09f..81b7a33 100644 (file)
@@ -5,6 +5,7 @@
 *~ export-ignore
 #*# export-ignore
 .* export-ignore
+*.htaccess -export-ignore
 package.json export-ignore
 README.mediawiki export-ignore
 Gemfile* export-ignore