From 4a50781453cea31cdc83b781ff49606fe5ca0ac5 Mon Sep 17 00:00:00 2001 From: unclecode Date: Mon, 17 Jun 2024 15:57:34 +0800 Subject: [PATCH] chore: Remove local and .files folders from .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 407c5cdb..3330f2e6 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,6 @@ docs/examples/.chainlit/ docs/examples/.chainlit/* .chainlit/config.toml .chainlit/translations/en-US.json + +local/ +.files/ \ No newline at end of file