summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-11 07:04:30 -0400
committerGitHub <noreply@github.com>2025-07-11 07:04:30 -0400
commitfb4516cabb652774ce60e0683bda1af88cc2d09f (patch)
tree7d100b11d2399ca467ce3be4a38e08695eb2bca2 /.gitignore
downloaddecky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.tar.gz
decky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore57
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