summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSolstice <solstice@local>2026-06-10 00:59:09 -0700
committerSolstice <solstice@local>2026-06-10 00:59:09 -0700
commitbe38ca61ed85e4493e645c97d69251cdcc02b80b (patch)
tree881d79167a0b8ae609664b5a0aa6fc235fe051d3 /.gitignore
parentfc7cc972e6171896ef4e648f50951902a5b478fb (diff)
fix: bundle release audio and docs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a547bf3..15b4886 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,15 @@ node_modules
dist
dist-ssr
*.local
+src-tauri/target
+graphify-out/
+.opencode/
+.worktrees/
+worktrees/
+docs/superpowers/
+
+# Local dev audio assets
+src-tauri/audio/*.ogg
# Editor directories and files
.vscode/*