SECURITY: Don't exclude .htaccess files from git archive
Bug: T199029 Change-Id: I7ada3dddc4f5f7f2800882ccc9c73c8494f7fac9
This commit is contained in:
parent
9c0ba336ff
commit
b78d595fee
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -5,6 +5,7 @@
|
|||
*~ export-ignore
|
||||
#*# export-ignore
|
||||
.* export-ignore
|
||||
*.htaccess -export-ignore
|
||||
package.json export-ignore
|
||||
README.mediawiki export-ignore
|
||||
Gemfile* export-ignore
|
||||
|
|
|
|||
Loading…
Reference in a new issue