Skip to content

Commit

Permalink
SECURITY: Don't exclude .htaccess files from git archive
Browse files Browse the repository at this point in the history
Bug: T199029
Change-Id: I7ada3dddc4f5f7f2800882ccc9c73c8494f7fac9
  • Loading branch information
legoktm authored and reedy committed Sep 20, 2018
1 parent 9c0ba33 commit b78d595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*~ export-ignore
#*# export-ignore
.* export-ignore
*.htaccess -export-ignore
package.json export-ignore
README.mediawiki export-ignore
Gemfile* export-ignore
Expand Down

0 comments on commit b78d595

Please sign in to comment.