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 : qmk_userspace | ||
| My qmk keymaps #config | git daemon user |
| aboutsummaryrefslogtreecommitdiff |
| -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 |