feat: Add .env example files and update .gitignore
This commit introduces .env.production.example and .env.development.example files with API Base URL configuration. It also updates the .gitignore file to ignore the actual .env files, to ensure sensitive data is not tracked.
This commit is contained in:
1
.env.production.example
Normal file
1
.env.production.example
Normal file
@@ -0,0 +1 @@
|
||||
NEXT_PUBLIC_API_BASE_URL: ""
|
||||
Reference in New Issue
Block a user