diff options
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 |
