From 63c50370f7b68fea130b0bb0705ad4b5ef54225b Mon Sep 17 00:00:00 2001 From: xnought Date: Mon, 5 Feb 2024 18:05:08 -0800 Subject: [PATCH] fix: ignore foldseek dir --- backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 48e4ceb6..912e757d 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,2 +1,3 @@ __pycache__/ -.venv \ No newline at end of file +.venv +foldseek/ \ No newline at end of file