From d93bece7fb58076fd8fececa1b0ea7189f18b86b Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Fri, 8 May 2026 21:36:38 +0200 Subject: [PATCH] chore: align .gitignore with canonical template --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef229ed..5e435b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,16 @@ +# Output +/dist/ + +# Node +/node_modules/ + +# Tests coverage/ -dist/ -node_modules/ + +# Documentation +docs/api/* +!docs/api/.gitkeep + +# Agent planning artifacts +.superpowers/ +docs/superpowers/ \ No newline at end of file