usdpl-decky-plugin-template/.gitignore

50 lines
456 B
Text
Raw Normal View History

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
# 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
# Ignore output folder
backend/out
# Make sure to ignore any instance of the loader's decky_plugin.py
decky_plugin.py