From 9df517bbca3aa6ff278c8d2f97dbc333b87062c8 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Wed, 13 Apr 2022 00:34:57 -0700 Subject: [PATCH 1/2] Ignore VIA(L) json files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3f646c6b010b..1b7d14143052 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 From 7ee40a269a21e21a440841e720f86d55720ac0b1 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Wed, 13 Apr 2022 00:39:20 -0700 Subject: [PATCH 2/2] Use asterick --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b7d14143052..b1bd2609bc31 100644 --- a/.gitignore +++ b/.gitignore @@ -93,4 +93,4 @@ compile_commands.json .cache/ # VIA(L) json files that don't belong in QMK repo -via?.json +via*.json