From 6e2e2f9334888eca729e7f061f965616df1c7176 Mon Sep 17 00:00:00 2001 From: Brendon Votteler Date: Thu, 14 Dec 2023 11:22:40 +0200 Subject: [PATCH] chore: gitignore sqlite files created during chopsticks tests --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b7a3aae2..cc3b0c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* +# local chopsticks test files +db.sqlite* + # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json