From a865878fab299b08d852a076d55180cfc4987a53 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 26 Aug 2025 06:42:11 +0000 Subject: [PATCH] chore: exclude workflow directory from git tracking Add workflow/ to .gitignore to prevent tracking of workflow-related files and clean up cursor rules directory structure. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9ff8602..142ff7c 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ logs/ .cache/ *.lock *.bin +workflow/ \ No newline at end of file