From 15faceceb0533271f244530e262bf35160876d46 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Tue, 11 Jun 2024 15:49:58 -0300 Subject: [PATCH] chore: Update .gitignore to include *.db-shm and *.db-wal files --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e62432745..d87a65c53 100644 --- a/.gitignore +++ b/.gitignore @@ -266,7 +266,5 @@ stuff/* src/frontend/playwright-report/index.html *.bak prof/* -.langchain.db-shm -.langchain.db-wal -langflow.db-shm -langflow.db-wal +*.db-shm +*.db-wal \ No newline at end of file