diff options
author | Joel Challis <git@zvecr.com> | 2023-10-08 12:45:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 12:45:13 +0100 |
commit | 7ca652ce6d6582ca682f7e7beeb1ad1908087985 (patch) | |
tree | 670f1cdf6f7a9d1356be0070d0a3b2ed407307cc /.gitignore | |
parent | 06d123de6200f5f7f9401c08366f597059f21b1a (diff) |
Flag vial keymaps in 'qmk lint' (#22227)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e9e7b27e6c..f6401d9f83 100644 --- a/.gitignore +++ b/.gitignore @@ -108,5 +108,6 @@ compile_commands.json .clangd/ .cache/ -# VIA(L) json files that don't belong in QMK repo +# VIA(L) files that don't belong in QMK repo via*.json +/keyboards/**/keymaps/vial/* |