diff options
| author | JSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-01-21 18:52:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 18:52:51 -0500 |
| commit | c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147 (patch) | |
| tree | 646a2a8fb4e099e9600f5bddb94607aaa8b69c24 /.gitignore | |
| download | Decky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.tar.gz Decky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d384256 --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz +*.swp + +pids +logs +results +tmp + +# Coverage reports +coverage + +# API keys and secrets +.env + +# Dependency directory +node_modules +bower_components +.pnpm-store + +# Editors +.idea +*.iml + +# OS metadata +.DS_Store +Thumbs.db + +# Ignore built ts files +dist/ + +__pycache__/ + +/.yalc +yalc.lock + +.vscode/settings.json + +# Ignore output folder + +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 |
