diff options
| author | James Young | 2025-11-04 01:05:39 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-04 01:05:39 +0100 |
| commit | a9739f78681dee290ede955c02b360f5c133f783 (patch) | |
| tree | 3f49a2d4b8f200b091379c52822e8ddf03776b3a /.gitignore | |
| parent | a5fb7cfbc9f8e2eee6dcd46f3d47ec58fd539336 (diff) | |
[docs] Replace Imgur-hosted images (#25690)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5886640d68..6ec26d3876 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,11 @@ tags *.mpeg *.ttf *.otf +# Un-ignore limited image file formats in docs +!docs/public/**.gif +!docs/public/**.jpg +!docs/public/**.jpeg +!docs/public/**.png # Things Travis sees /.vs |