diff options
author | ozwaldorf <[email protected]> | 2023-02-01 05:01:56 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-01 10:01:56 +0000 |
commit | 445f8c71c50ed9cdd72299b2ddf696b7baeb1b03 (patch) | |
tree | 13ff247c2cf91bc2441510269914fab7e18ce87d /.gitignore | |
parent | 85c07c2fe0427ab5603addcef0e6b7cc211e1af7 (diff) | |
download | Hyprland-445f8c71c50ed9cdd72299b2ddf696b7baeb1b03.tar.gz Hyprland-445f8c71c50ed9cdd72299b2ddf696b7baeb1b03.zip |
fix(hyprctl): allow dispatcher to have no args (#1464)
* fix(hyprctl): allow dispatch to have no args
* chore: add .idea/ to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ _deps build/ result* /.vscode/ +/.idea/ .envrc .cache |