From dfa34dc047fc619f1703ccc066d05996adbbbb53 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:16:51 +0530 Subject: [PATCH] chore: update .gitignore to exclude surfsense_desktop/.env file --- .gitignore | 1 + surfsense_desktop/.env | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 surfsense_desktop/.env diff --git a/.gitignore b/.gitignore index d086673db..507709dca 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ surfsense_web/blob-report/ content_research/ automation-design-plan.md automation-frontend-builder-plan.md +surfsense_desktop/.env diff --git a/surfsense_desktop/.env b/surfsense_desktop/.env deleted file mode 100644 index 40e151c10..000000000 --- a/surfsense_desktop/.env +++ /dev/null @@ -1,10 +0,0 @@ -# Electron-specific build-time configuration. -# Set before running pnpm dist:mac / dist:win / dist:linux. - -# The hosted web frontend URL. Used to intercept OAuth redirects and keep them -# inside the desktop app. Set to your production frontend domain. -HOSTED_FRONTEND_URL=https://surfsense.com - -# PostHog analytics (leave empty to disable) -POSTHOG_KEY= -POSTHOG_HOST=https://assets.surfsense.com