From c04a9d189e37b3034bc6fd9e74d70a4f15707b4e Mon Sep 17 00:00:00 2001 From: ebronson68 <111298136+ebronson68@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:33:20 -0500 Subject: [PATCH] Update gitignore file --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f28bf63..f8eb1d5 100644 --- a/.gitignore +++ b/.gitignore @@ -839,4 +839,10 @@ terraform/variables.tf terraform/*.key # Ansible -vault.yml \ No newline at end of file +vault.yml + +# Typesense +data/db +data/meta +data/models +data/state \ No newline at end of file