From d3210423082c4d3dffa60a867da8ebe3437c8282 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:07:23 -0400 Subject: [PATCH] build: add .env.example and to .gitignore --- docs/.env.example | 2 ++ docs/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 docs/.env.example diff --git a/docs/.env.example b/docs/.env.example new file mode 100644 index 0000000..1accae9 --- /dev/null +++ b/docs/.env.example @@ -0,0 +1,2 @@ +NEXT_TELEMETRY_DISABLED=1 +TURBO_TELEMETRY_DISABLED=1 diff --git a/docs/.gitignore b/docs/.gitignore index 55a12ae..3566783 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -23,6 +23,8 @@ yarn-debug.log* yarn-error.log* # others +.env* .env*.local +!.env.example .vercel next-env.d.ts \ No newline at end of file