From 3c90aa48f28cf2bff7fabd28291a7ff7112f70e3 Mon Sep 17 00:00:00 2001 From: waltherwhite68 Date: Fri, 15 May 2026 00:55:25 +0300 Subject: [PATCH] chore: improve env gitignore rules --- templates/onchainkit-nextjs/.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/onchainkit-nextjs/.gitignore b/templates/onchainkit-nextjs/.gitignore index 5ef6a52078..f668129f6f 100644 --- a/templates/onchainkit-nextjs/.gitignore +++ b/templates/onchainkit-nextjs/.gitignore @@ -31,7 +31,14 @@ yarn-error.log* .pnpm-debug.log* # env files (can opt-in for committing if needed) -.env* +# local env files +.env +.env.local +.env.*.local + +# allow example env files +!.env.example +!.template.env # vercel .vercel