diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-11-14 20:27:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 20:27:00 -0500 |
commit | bec2154948dd75c1c4a9b846a468910c5b62bc77 (patch) | |
tree | 8f7940359ecf3c35b48f275d7703efbdc59eecf7 /.gitignore | |
parent | 88d6697d8db81343cb44b637ebcb376176807fe5 (diff) | |
parent | 0915a81e5432c0e742bbd1114584b0e6d58e15e6 (diff) |
Merge pull request #205 from robstoll/volume-battery-right-click
show notification on right click for volume/battery
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -40,4 +40,7 @@ luac.out *.hex # IDEA files -.idea
\ No newline at end of file +.idea + +# vscode files +.history
\ No newline at end of file |