From a4af8742c21987872b39c73da4cf6c77052b285d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 7 Mar 2024 13:40:39 -0800 Subject: [PATCH] fix: revert .env file --- client/src-tauri/.env | 1 - client/src-tauri/.gitignore | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 client/src-tauri/.env diff --git a/client/src-tauri/.env b/client/src-tauri/.env deleted file mode 100644 index de3130c..0000000 --- a/client/src-tauri/.env +++ /dev/null @@ -1 +0,0 @@ -RUST_LOG= \ No newline at end of file diff --git a/client/src-tauri/.gitignore b/client/src-tauri/.gitignore index 0e4cfdc..62a7761 100644 --- a/client/src-tauri/.gitignore +++ b/client/src-tauri/.gitignore @@ -1,5 +1,3 @@ # Generated by Cargo # will have compiled files and executables -/target/ - -.env \ No newline at end of file +/target/ \ No newline at end of file