From 913a5c4d2ac650ec49984d2d37fd1ec0bb851aa1 Mon Sep 17 00:00:00 2001 From: Nic Date: Fri, 12 Jun 2026 10:37:53 +0800 Subject: [PATCH] chore: ignore redis dump.rdb produced by local test runs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 11028706f3be..a44741dd78e1 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ t/node_modules/ release/* + +# redis snapshot dumped by a locally running redis-server during tests +dump.rdb