From 9217386dbc7bbdf2a20ea13f3b728b93614bd8e8 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 30 Jun 2023 17:12:54 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20chore(.gitignore):=20add=20langc?= =?UTF-8?q?hain.db=20to=20the=20list=20of=20ignored=20files=20The=20file?= =?UTF-8?q?=20`langchain.db`=20is=20now=20added=20to=20the=20list=20of=20i?= =?UTF-8?q?gnored=20files=20in=20the=20`.gitignore`=20file.=20This=20ensur?= =?UTF-8?q?es=20that=20the=20`langchain.db`=20file=20is=20not=20tracked=20?= =?UTF-8?q?by=20Git=20and=20will=20not=20be=20included=20in=20future=20com?= =?UTF-8?q?mits.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36af35fa2..b730d67bc 100644 --- a/.gitignore +++ b/.gitignore @@ -242,3 +242,4 @@ dmypy.json # Poetry .testenv/* langflow.db +langchain.db \ No newline at end of file