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