aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-15 14:03:14 +0200
committerDanilo M. <danix@danix.xyz>2026-09-15 14:03:14 +0200
commit6d5a9ef98008c998b1960d7febbebe21224e9e1b (patch)
tree6e6f1111b13709dc5c32ee9b3986b8052f175746 /.gitignore
parent52765e0350629bd22aea8eead630c9efe09ec5f9 (diff)
downloadnotifyd-6d5a9ef98008c998b1960d7febbebe21224e9e1b.tar.gz
notifyd-6d5a9ef98008c998b1960d7febbebe21224e9e1b.zip
chore: ignore the Superpowers workspace
.superpowers/ holds the SDD ledger, briefs and review packages, which are local scratch. It was in .git/info/exclude, which does not travel with the repo; a committed .gitignore does.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ee5c6fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# Superpowers SDD workspace (ledger, briefs, review packages). Local scratch,
+# never committed.
+.superpowers/