From c8cf2f2836157b8e2439454436c6904a1a92a021 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Mon, 4 May 2026 14:00:56 +0200 Subject: [PATCH] feat(gitignore): add .superpowers and docs/ to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48ebc1f..2f4f24a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ *.db -.worktrees/ \ No newline at end of file +.worktrees/ +.superpowers/ +docs/ \ No newline at end of file