From 3cdcca467a277d4fc47fd2356444112798dbdac9 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Wed, 28 Dec 2022 17:07:53 +0800 Subject: [PATCH] Temporarily remove VIA files from .gitignore To fix lint Signed-off-by: Daniel Schaefer --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e36b9ae130..a6ff698b01 100644 --- a/.gitignore +++ b/.gitignore @@ -106,4 +106,4 @@ compile_commands.json .cache/ # VIA(L) json files that don't belong in QMK repo -via*.json +#via*.json