From f72ff655991afc1ddecda9480930d7cb68ddb0e4 Mon Sep 17 00:00:00 2001 From: RadekSabacky Date: Thu, 12 Dec 2024 19:41:11 +0100 Subject: [PATCH] + add env file --- documentation/docs/.env.example | 1 + documentation/docs/.gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 documentation/docs/.env.example diff --git a/documentation/docs/.env.example b/documentation/docs/.env.example new file mode 100644 index 0000000000..2ed3461d68 --- /dev/null +++ b/documentation/docs/.env.example @@ -0,0 +1 @@ +NEXT_PUBLIC_SITE_URL=http://localhost:3000 \ No newline at end of file diff --git a/documentation/docs/.gitignore b/documentation/docs/.gitignore index 46f9bd0984..515d7fce8d 100644 --- a/documentation/docs/.gitignore +++ b/documentation/docs/.gitignore @@ -4,3 +4,7 @@ out # the lock file will break Vercel because it may get committed from a machine with a different build architecture package-lock.json + +# local env files +.env*.local +.env \ No newline at end of file