From 49e512ecf6b8dc85bc2e4011f30b8f588ee20b6c Mon Sep 17 00:00:00 2001 From: Husanjonazamov Date: Tue, 24 Feb 2026 12:54:37 +0500 Subject: [PATCH] chore: remove .env from git and add to .gitignore --- .env | 39 --------------------------------------- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 886ac39..0000000 --- a/.env +++ /dev/null @@ -1,39 +0,0 @@ -# Web Version (Do not Change) -NEXT_PUBLIC_WEB_VERSION="2.10.1" - - -# Admin panle url -NEXT_PUBLIC_API_URL="https://eclassify.wrteam.me" - - -# Website URL -NEXT_PUBLIC_WEB_URL="https://eclassifyweb.wrteam.me" - -# API ENDPOINT (Do not change) -NEXT_PUBLIC_END_POINT="/api/" - -# Firebase config -NEXT_PUBLIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -NEXT_PUBLIC_AUTH_DOMAIN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -NEXT_PUBLIC_PROJECT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -NEXT_PUBLIC_STORAGE_BUCKET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -NEXT_PUBLIC_MESSAGING_SENDER_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -NEXT_PUBLIC_APP_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -NEXT_PUBLIC_MEASUREMENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - - -# Vapid api key -NEXT_PUBLIC_VAPID_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - -# here you get default country list (https://developers.google.com/hotels/hotel-prices/dev-guide/country-codes) -# enter in small case like (india :- in) -#DEFAULT COUNTRY -NEXT_PUBLIC_DEFAULT_COUNTRY=in -NEXT_PUBLIC_SEO = true - -NEXT_PUBLIC_SEO_REVALIDATE_MINUTES = 60 - -NEXT_PUBLIC_META_TITLE="eClassify - Buy & Sell Marketplace | Find Everything You Need" -NEXT_PUBLIC_META_DESCRIPTION="Discover eClassify, your ultimate online marketplace for buying and selling a wide range of products. Enjoy a seamless shopping experience with diverse listings, secure transactions, and excellent customer support. Join eClassify today and start exploring!" -NEXT_PUBLIC_META_kEYWORDS="buy and sell marketplace, online marketplace, eClassify, buy and sell online, online shopping, sell products online, buy products online, secure transactions, online listings, customer support, e-commerce, digital marketplace, shop online, sell online, online buying and selling" - diff --git a/.gitignore b/.gitignore index be724ac..0c3fa01 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # testing /coverage + # next.js /.next/ /out/ @@ -27,6 +28,7 @@ yarn-debug.log* yarn-error.log* # local env files +.env .env*.local # vercel