diff options
| author | Michael Grote | 2026-02-16 12:56:37 +0100 |
|---|---|---|
| committer | Michael Grote | 2026-02-16 13:01:25 +0100 |
| commit | cc0393d3196dabe3da878dafddc045226a218914 (patch) | |
| tree | a8936f787fd3a9a46391283cfbd44bb5700745a4 | |
| parent | 5f314e541931b97a2ba383d1c43735c0504449d3 (diff) | |
feat(git): dont ignore compiled binaries
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c3f2f063cd..f5ca737129 100644 --- a/.gitignore +++ b/.gitignore @@ -31,11 +31,8 @@ firmware_list.json # QMK-specific api_data/v1 quantum/version.h -*.bin *.eep -*.hex *.qmk -*.uf2 # DD config at wrong location /keyboards/**/keymaps/*/info.json |