forked from mirrors/gecko-dev
Bug 1468751 - Add images in documentation sparse checkout r=gps
Add images in documentation sparse checkout Differential Revision: https://phabricator.services.mozilla.com/D1663
This commit is contained in:
parent
d9800226a5
commit
00b90ced7a
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ glob:**/*.md
|
|||
glob:**/*.js
|
||||
glob:**/*.jsm
|
||||
|
||||
# Potential included images. We don't glob all paths in order to avoid importing
|
||||
# images unrelated to documentation (like branding or test images)
|
||||
glob:**/docs/**.jpg
|
||||
glob:**/docs/**.png
|
||||
glob:**/docs/**.svg
|
||||
|
||||
# Python API docs.
|
||||
glob:**/*.py
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue