From 9149acf4d16e06f05ed5bb02058d46f2208d2029 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sun, 19 Oct 2025 00:06:28 -0400 Subject: [PATCH] fix: Add plugin/data directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d966c34..b881109a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules/ .env.local *.tmp *.temp -.claude/ \ No newline at end of file +.claude/ +plugin/data/ \ No newline at end of file