From b2cac4d242ad40539e939884b73fbbbac9ad205f Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 3 Aug 2026 17:42:22 +0300 Subject: [PATCH] chore: ignore the whole profiling artifact directory Captures are named per investigation, so listing individual prefixes let new run names leak into the working tree. --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2ccc1fa..09edef64 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,5 @@ workspaces/ *.pid .worktrees/ test-results/ -artifacts/browser-profile-*/ -artifacts/idle-profile-*/ -artifacts/idle-*/ +artifacts/ +