From 6d5a9ef98008c998b1960d7febbebe21224e9e1b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 14:03:14 +0200 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit v1.2.3