2022-04-22 23:42:11 +01:00
|
|
|
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
|
2023-02-19 22:46:54 +00:00
|
|
|
.pnpm-store
|
2022-04-22 23:42:11 +01:00
|
|
|
|
|
|
|
# Editors
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# OS metadata
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Ignore built ts files
|
|
|
|
dist/
|
|
|
|
|
|
|
|
__pycache__/
|
2022-05-25 20:34:31 +01:00
|
|
|
|
|
|
|
/.yalc
|
|
|
|
yalc.lock
|
2022-06-16 20:15:06 +01:00
|
|
|
|
|
|
|
.vscode/settings.json
|
2022-08-14 04:14:43 +01:00
|
|
|
|
|
|
|
# Ignore output folder
|
|
|
|
|
|
|
|
backend/out
|
2023-02-19 22:43:09 +00:00
|
|
|
|
|
|
|
# Make sure to ignore any instance of the loader's decky_plugin.py
|
|
|
|
decky_plugin.py
|
2023-06-03 15:42:27 +01:00
|
|
|
|
|
|
|
# Ignore decky CLI for building plugins
|
|
|
|
out
|
|
|
|
out/*
|
|
|
|
cli/
|
|
|
|
cli/*
|
|
|
|
cli/decky
|
2024-10-24 03:33:31 +01:00
|
|
|
bin/*
|
|
|
|
|
|
|
|
# Ignore Rust compiler folders
|
|
|
|
backend/target
|
|
|
|
src/rust/target
|