From 38700f7e3fb6806a263c95d39aa1719d8146288c Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Tue, 11 Apr 2023 02:43:45 +0100
Subject: [PATCH] Reject info.json at keymap level (#20408)

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index e36b9ae130..5fdf770d31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,9 @@ quantum/version.h
 *.qmk
 *.uf2
 
+# DD config at wrong location
+/keyboards/**/keymaps/*/info.json
+
 # Old-style QMK Makefiles
 /keyboards/**/Makefile