diff options
author | Joel Challis <git@zvecr.com> | 2024-07-11 23:48:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 08:48:43 +1000 |
commit | 063f1444c68a64a02fe2f5c3de2f8fa765f53533 (patch) | |
tree | 4b3475a5c7abee5ce9286cce766758fb6c2eff1e /.gitignore | |
parent | 2e671cfd8be1a867cb6717732f1045fc026aeba0 (diff) |
Add json index of files to CI uploads (#24097)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5de38c161c..c3f2f063cd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ *.stackdump *.sym index.html +firmware_list.json # QMK-specific api_data/v1 |