diff options
| author | Tranch <tranch.xiao@gmail.com> | 2026-02-11 18:42:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 18:42:43 +0800 |
| commit | b2b3ca6b043e83b5522f818640247189ac752a8e (patch) | |
| tree | fcaa7965b7ddd09309ffa68134cdb8f900aa41ec /.gitignore | |
| parent | d50c14341bd67ea029566440b1eba9d4d1481a9e (diff) | |
| parent | ed5433ad7de353aa266a08683075d8363cfb8632 (diff) | |
| download | accelerator-installer-b2b3ca6b043e83b5522f818640247189ac752a8e.tar.gz accelerator-installer-b2b3ca6b043e83b5522f818640247189ac752a8e.zip | |
Merge pull request #4 from AeroCore-IO/copilot/fix-store-type-configurationv1.0.8
Fix store URL setting key to match Decky Loader official implementation
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..782e811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +*.egg-info/ +dist/ +build/ +*.egg + +# Testing +.pytest_cache/ +.coverage +htmlcov/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log |
