From 5d34416d220e38c56ab3d0ab2c0dd3b19b782f8d Mon Sep 17 00:00:00 2001 From: Kaili Liu Date: Thu, 29 Feb 2024 01:21:02 -0500 Subject: [PATCH] Add gitignore --- backend/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 2eea525d8..7e197cba4 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1 +1,3 @@ -.env \ No newline at end of file +.env + +data/ \ No newline at end of file