diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -48,3 +48,10 @@ backend/out # Make sure to ignore any instance of the loader's decky_plugin.py decky_plugin.py + +# Ignore decky CLI for building plugins +out +out/* +cli/ +cli/* +cli/decky |
