e0ec175d16
* Initial global DFL support * Update DFL * Remove unmaintained makefile * Move to CLI * Properly extract zip files! --------- Co-authored-by: AAGaming <aa@mail.catvibers.me>
57 lines
540 B
Text
57 lines
540 B
Text
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
|