From 67bc56cdbd302519c7489bfff40d47ebf77fe87d Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Sat, 31 May 2025 11:49:18 +0100 Subject: [PATCH] chore: add acknowledgements.json to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Runtime alert acknowledgment data should not be tracked in version control. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3d4420d7c..961807092 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ pids *.pid *.seed *.pid.lock +data/acknowledgements.json # Directory for instrumented libs generated by jscoverage/JSCover lib-cov