From 4dd606b65a74e50f7761a83f9b191a72f1c7e9d0 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Wed, 16 Aug 2023 12:16:02 -0700
Subject: [PATCH] untrack frontend production env

---
 frontend/.env.production | 2 --
 frontend/.gitignore      | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 frontend/.env.production

diff --git a/frontend/.env.production b/frontend/.env.production
deleted file mode 100644
index e22e4b589..000000000
--- a/frontend/.env.production
+++ /dev/null
@@ -1,2 +0,0 @@
-GENERATE_SOURCEMAP=false
-# VITE_API_BASE="http://example.com/api"
\ No newline at end of file
diff --git a/frontend/.gitignore b/frontend/.gitignore
index 76ec03f57..d5d0099dc 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -23,3 +23,4 @@ dist-ssr
 *.sln
 *.sw?
 bundleinspector.html
+.env.production
-- 
GitLab