From 7560eac12733d287a886966f53260d61aad0da6c Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sat, 25 Apr 2026 12:52:47 +0800 Subject: [PATCH] chore: add .worktrees to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98cba7c..2feaf91 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,7 @@ certificates # Drizzle Kit state (not migration files) drizzle/meta/ -/docs/superpowers \ No newline at end of file +/docs/superpowers + +# git worktrees +.worktrees/ \ No newline at end of file