From 2041afbf6f68c69ef5b099072aa4ab1906444c40 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 7 Mar 2024 13:39:33 -0800 Subject: [PATCH] chore: add .env to gitignore --- client/src-tauri/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src-tauri/.gitignore b/client/src-tauri/.gitignore index aba21e2..0e4cfdc 100644 --- a/client/src-tauri/.gitignore +++ b/client/src-tauri/.gitignore @@ -1,3 +1,5 @@ # Generated by Cargo # will have compiled files and executables /target/ + +.env \ No newline at end of file