diff options
| author | Philipp Richter <richterphilipp.pops@gmail.com> | 2023-02-19 22:43:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 14:43:09 -0800 |
| commit | 39f7aadf70ce9da779d3138183ce82ba10c0fd53 (patch) | |
| tree | 5d6b27380f0bf2d75d00c55d2c8c6c0b7dccf406 /.gitignore | |
| parent | b05ecd55e7d049e0951b53fbe4aa2f329f9db905 (diff) | |
| download | decky-bazzite-buddy-39f7aadf70ce9da779d3138183ce82ba10c0fd53.tar.gz decky-bazzite-buddy-39f7aadf70ce9da779d3138183ce82ba10c0fd53.zip | |
Add support for the 'decky_plugin' module exposed by decky-loader (#16)
* Add support for the 'decky_plugin' module exposed by decky-loader
* Make versioned 'decky_plugin.pyi' stub interface and 'py_modules'
support available
* Add rule to ignore 'decky_plugin.py'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,3 +44,6 @@ yalc.lock # Ignore output folder backend/out + +# Make sure to ignore any instance of the loader's decky_plugin.py +decky_plugin.py |
