From b8a2eb1f0c3eb1bb0290c1f616dfd587ad9bdba9 Mon Sep 17 00:00:00 2001 From: Buns Enchantress <68980965+BunsDev@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:43:18 -0500 Subject: [PATCH] chore: fixes ignore on .env.sample with an override --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf0cf21e6..cb48eefb7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ yarn-error.log* # Ignore all env files except .env.sample .env - +!.env.sample # vercel .vercel