From dbc8415991f6dd3b513156faa5386fa6ba91b335 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 14:20:41 +0800 Subject: [PATCH] chore: add .playwright-cli and .agents to .gitignore Ignores generated directories from Playwright CLI and Codex agent tooling, keeping them out of version control. Co-Authored-By: Claude --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd9781c..8c0ca9e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ website/data/ # claude code .claude/skills/ -.superpowers/ .gstack/ +.playwright-cli/ +.superpowers/ skills-lock.json + +# codex +.agents/