diff options
author | Drashna Jaelre <drashna@live.com> | 2022-04-13 22:42:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 15:42:24 +1000 |
commit | a4a67d515eb21db406f0103072ae172f54478dc3 (patch) | |
tree | 8229ba63b0399965cc8fa908ab40c4a5be8ebcd8 | |
parent | 18e56902c996854fdb3b68a26f07c0751883701d (diff) | |
download | qmk_firmware-a4a67d515eb21db406f0103072ae172f54478dc3.tar.gz qmk_firmware-a4a67d515eb21db406f0103072ae172f54478dc3.zip |
Ignore VIA(L) json files (#16845)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3f646c6b01..b1bd2609bc 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ user_song_list.h compile_commands.json .clangd/ .cache/ + +# VIA(L) json files that don't belong in QMK repo +via*.json |