diff options
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +# Junk files +*.bak +*.swp +*~ +.DS_Store +._* + +# Firmware files *.hex *.bin -*.uf2
\ No newline at end of file +*.uf2 |
![]() |
index : my-keymaps | |
| Custom keymaps for my QMK keyboards | Tom Willemse |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | .gitignore | 10 |
@@ -1,3 +1,11 @@ +# Junk files +*.bak +*.swp +*~ +.DS_Store +._* + +# Firmware files *.hex *.bin -*.uf2
\ No newline at end of file +*.uf2 |