SECURITY: Don't exclude .htaccess files from git archive

Bug: T199029
Change-Id: I7ada3dddc4f5f7f2800882ccc9c73c8494f7fac9
This commit is contained in:
Kunal Mehta 2018-07-20 22:29:14 +02:00 committed by Reedy
parent 9c0ba336ff
commit b78d595fee

1
.gitattributes vendored
View 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