diff options
| author | Joel Challis | 2024-03-10 06:20:25 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-10 06:20:25 +0100 |
| commit | 9f4a9d5826dde903aa0dcec3264cbf192b5044da (patch) | |
| tree | 3a3584e796ed2f8847f8a0ac33ef37bde58e66e0 /.gitignore | |
| parent | c5225ab5009476c60a9cb27837615d4f29c9b19a (diff) | |
Enable 'keyboard.json' as a build target (#22891)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ca9f00a733..35b128606d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ quantum/version.h # DD config at wrong location /keyboards/**/keymaps/*/info.json +/keyboards/**/keymaps/*/keyboard.json # Old-style QMK Makefiles /keyboards/**/Makefile |