diff options
author | Nick Brassel <nick@tzarc.org> | 2024-07-11 23:43:26 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 14:43:26 +0100 |
commit | 1b8b6801d4f896409a765d302e7e0d50ff089692 (patch) | |
tree | a0669cf4858248d05678a422c700d4c90fcd446c /.gitignore | |
parent | cc62eb503d8e0b1cb1be869597a5a972ebbca5f6 (diff) |
[CI] Add index page generator. (#23737)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 35b128606d..5de38c161c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ *.la *.stackdump *.sym +index.html # QMK-specific api_data/v1 |