From 8113a050e089b896efad547214ce98eb47502b67 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 17 Apr 2026 20:04:31 -0400 Subject: [PATCH] Ignore prompts --- c2p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2p b/c2p index 1c38321..fe3c2cb 100755 --- a/c2p +++ b/c2p @@ -1,2 +1,2 @@ #!/bin/bash -code2prompt -c -e c2p -e go.sum -e LICENSE +code2prompt -c -e "prompts/*" -e c2p -e go.sum -e LICENSE