diff options
| author | Joel Challis <git@zvecr.com> | 2023-04-11 02:43:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 02:43:45 +0100 |
| commit | 38700f7e3fb6806a263c95d39aa1719d8146288c (patch) | |
| tree | 11ee12e89441866ab9caf46bfd60e9ac50e38608 /.gitignore | |
| parent | ed72c423be1af8672fba5177c7e0ff549acce328 (diff) | |
Reject info.json at keymap level (#20408)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e36b9ae130..5fdf770d31 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -30,6 +30,9 @@ quantum/version.h | |||
| 30 | *.qmk | 30 | *.qmk |
| 31 | *.uf2 | 31 | *.uf2 |
| 32 | 32 | ||
| 33 | # DD config at wrong location | ||
| 34 | /keyboards/**/keymaps/*/info.json | ||
| 35 | |||
| 33 | # Old-style QMK Makefiles | 36 | # Old-style QMK Makefiles |
| 34 | /keyboards/**/Makefile | 37 | /keyboards/**/Makefile |
| 35 | 38 | ||
