From 8e74b16e64009a09e39418e45959702cd0dcaf07 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Fri, 14 Jun 2024 22:37:19 -0300 Subject: [PATCH] chore: Update .gitignore to exclude database files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9e5e12603..216030526 100644 --- a/.gitignore +++ b/.gitignore @@ -268,5 +268,5 @@ stuff/* src/frontend/playwright-report/index.html *.bak prof/* -*.db-shm -*.db-wal \ No newline at end of file +*-shm +*-wal \ No newline at end of file