From 9871e21bc06e7f3753b223f67b788264eaadbde0 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