From cd50cf2ce8f0c3994f43baf997a585fc4eea4ec9 Mon Sep 17 00:00:00 2001 From: Yelaman Yelmuratov Date: Thu, 18 Apr 2024 23:00:17 +0500 Subject: [PATCH] Env --- .env | 2 ++ .env.example | 1 + .gitignore | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..6184d38 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +# TODO: Add this file to .gitignore +API_URL=https://api.escuelajs.co/ \ No newline at end of file diff --git a/.env.example b/.env.example index fd2fa8e..c471107 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,2 @@ +# Example of env config's fields for other developers API_URL= \ No newline at end of file diff --git a/.gitignore b/.gitignore index b0da5d6..4716f6a 100644 --- a/.gitignore +++ b/.gitignore @@ -145,4 +145,5 @@ pubspec.lock .fvm/ #ENV config -*.env \ No newline at end of file +#TODO: Remove this line +#*.env \ No newline at end of file