From f134b4bcf5e8ece8be21f4f106083f6966ad2446 Mon Sep 17 00:00:00 2001 From: jayjayesh Date: Tue, 19 May 2026 19:13:29 +0530 Subject: [PATCH] fix: remove API_BASE_URL from envireonment file and ensure env.example is tracked --- frontend/instagramflutterapp/.env | 1 - frontend/instagramflutterapp/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 frontend/instagramflutterapp/.env diff --git a/frontend/instagramflutterapp/.env b/frontend/instagramflutterapp/.env deleted file mode 100644 index 20dd095..0000000 --- a/frontend/instagramflutterapp/.env +++ /dev/null @@ -1 +0,0 @@ -API_BASE_URL=http://192.168.29.138:3000/api diff --git a/frontend/instagramflutterapp/.gitignore b/frontend/instagramflutterapp/.gitignore index cd07461..b024ea1 100644 --- a/frontend/instagramflutterapp/.gitignore +++ b/frontend/instagramflutterapp/.gitignore @@ -5,6 +5,7 @@ *.swp .env .env* +!.env.example .DS_Store .atom/ .build/