From 8051ab58c03fd7f7009a6f41c9d0dcae3367b177 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 12 Jul 2026 03:41:16 +0200 Subject: [PATCH] add /target to gitignore for new workspace root --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cf9c18..215aed5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ transcode/ .worktrees/ -.superpowers/ \ No newline at end of file +.superpowers/ + +/target \ No newline at end of file