From 7f5c0d3f9604ab934c80eec6f66793498d9b790b Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sun, 26 Apr 2026 12:10:27 -0500 Subject: [PATCH] fix: update .gitignore to include .superpowers directory --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63357ce..009711b 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,6 @@ certificates # git worktrees .worktrees/ -.pi/ \ No newline at end of file +.pi/ + +.superpowers/ \ No newline at end of file