build: add .env.example and to .gitignore

This commit is contained in:
rzmk 2025-09-30 15:07:23 -04:00
parent 64708d2d68
commit d321042308
2 changed files with 4 additions and 0 deletions

2
docs/.env.example Normal file
View file

@ -0,0 +1,2 @@
NEXT_TELEMETRY_DISABLED=1
TURBO_TELEMETRY_DISABLED=1

2
docs/.gitignore vendored
View file

@ -23,6 +23,8 @@ yarn-debug.log*
yarn-error.log*
# others
.env*
.env*.local
!.env.example
.vercel
next-env.d.ts